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)