diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bd40cfcc2..79ef94c65 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -578,6 +578,6 @@ stages: $successCount = (Select-String "Uploaded file successfully:" -InputObject $logInspect -AllMatches).Matches.Count $failureCount = (Select-String "Duplicate asset found:" -InputObject $logInspect -AllMatches).Matches.Count Write-Output "Success count is: $successCount and failure count is: $failureCount" - if (($successCount -ne 7) -or ($failureCount -ne 0)) { Write-Host "##vso[task.complete result=Failed;]DONE" } + if (($successCount -ne 8) -or ($failureCount -ne 0)) { Write-Host "##vso[task.complete result=Failed;]DONE" } } }