From dbdc856c871362886b2d39d550198de9cc857e3f Mon Sep 17 00:00:00 2001 From: ta264 Date: Sun, 3 May 2020 19:15:49 +0100 Subject: [PATCH] Make windows automation failure optional --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff3696408..919cf37e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -561,7 +561,7 @@ stages: osName: 'Windows' imageName: 'windows-2019' pattern: 'Lidarr.**.windows-core-x64.zip' - failBuild: true + failBuild: $(failOnAutomationFailure) pool: vmImage: $(imageName)