diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98a498e92..298ae9325 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -612,7 +612,7 @@ stages: osName: 'Windows' imageName: 'windows-2019' pattern: 'Radarr.**.windows-core-x64.zip' - failBuild: true + failBuild: $(failOnAutomationFailure) pool: vmImage: $(imageName)