mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Improve Artifacts
This commit is contained in:
@@ -207,8 +207,8 @@ if (-not $SkipPostChecks) {
|
||||
}
|
||||
Remove-Item -Path $ExcelParams['Path'] -ErrorAction SilentlyContinue
|
||||
$AnalyzerResults | Export-Excel @ExcelParams
|
||||
"Try to uploadfile$($ExcelParams['Path'])"
|
||||
"##vso[task.uploadfile]$($ExcelParams['Path'])"
|
||||
"Try to uploadfile {0}" -f $ExcelParams['Path']
|
||||
"##vso[task.uploadfile]{0}" -f $ExcelParams['Path']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user