mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04: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'
|
||||
imageName: 'windows-2019'
|
||||
pattern: 'Radarr.**.windows-core-x64.zip'
|
||||
failBuild: true
|
||||
failBuild: $(failOnAutomationFailure)
|
||||
|
||||
pool:
|
||||
vmImage: $(imageName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue