Make windows automation failure optional

This commit is contained in:
ta264 2020-05-03 19:15:49 +01:00 committed by Qstick
parent c4cf178144
commit dbdc856c87
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ stages:
osName: 'Windows'
imageName: 'windows-2019'
pattern: 'Lidarr.**.windows-core-x64.zip'
failBuild: true
failBuild: $(failOnAutomationFailure)
pool:
vmImage: $(imageName)