mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-01 12:08:01 +00:00
Make windows automation failure optional
This commit is contained in:
parent
c4cf178144
commit
dbdc856c87
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ stages:
|
||||||
osName: 'Windows'
|
osName: 'Windows'
|
||||||
imageName: 'windows-2019'
|
imageName: 'windows-2019'
|
||||||
pattern: 'Lidarr.**.windows-core-x64.zip'
|
pattern: 'Lidarr.**.windows-core-x64.zip'
|
||||||
failBuild: true
|
failBuild: $(failOnAutomationFailure)
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
|
Loading…
Reference in a new issue