From 8baab731c403bafb54215d793e565edfe8e19d4a 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 915feff91..1733a9ba7 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)