Refine CI Pipeline (retry)

This commit is contained in:
jhoneill
2019-12-08 11:06:17 +00:00
parent 5220e7c188
commit 40a50ad78b
2 changed files with 3 additions and 6 deletions

View File

@@ -231,10 +231,6 @@ if (-not $SkipPostChecks) {
}
}
if (Test-Path $ExcelParams['Path']) {
"Try to uploadfile {0}" -f $ExcelParams['Path']
"##vso[task.uploadfile]{0}" -f $ExcelParams['Path']
}
if (Test-Path $script:warningfile) {
"Try to uploadfile {0}" -f $script:warningfile
"##vso[task.uploadfile]{0}" -f $script:warningfile