mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 08:03:25 +02:00
Make windows automation failure optional
This commit is contained in:
parent
4d1dbfe559
commit
f53a13ab41
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@ stages:
|
||||||
osName: 'Windows'
|
osName: 'Windows'
|
||||||
imageName: 'windows-2019'
|
imageName: 'windows-2019'
|
||||||
pattern: 'Radarr.**.windows-core-x64.zip'
|
pattern: 'Radarr.**.windows-core-x64.zip'
|
||||||
failBuild: true
|
failBuild: $(failOnAutomationFailure)
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue