From a0a922a390486ec5e237acd993cb228987c218f0 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 18 Nov 2021 08:40:50 +1300 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }