From 9a39fcc310e4d684934c9624c24ae227ff198a54 Mon Sep 17 00:00:00 2001 From: junglebus <22320807+junglebus@users.noreply.github.com> Date: Sat, 14 Mar 2020 16:18:44 +1100 Subject: [PATCH] Test build from master --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 53978bc4a..93087c348 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -390,7 +390,7 @@ stages: { $successCount = (Select-String "Uploaded file successfully:" -InputObject $logText -AllMatches).Matches.Count $failureCount = (Select-String "Duplicate asset found:" -InputObject $logText -AllMatches).Matches.Count - Write-Host "Success count is: $successCount and failure count is: $failureCount" + 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" } } }