mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
dependsOn is an array
This commit is contained in:
parent
6c3b04ec65
commit
17a6de82ad
@ -101,7 +101,11 @@ jobs:
|
|||||||
vc_redist_file_name: 'vc_redist.x86.exe'
|
vc_redist_file_name: 'vc_redist.x86.exe'
|
||||||
vc_vars: 'vcvars32.bat'
|
vc_vars: 'vcvars32.bat'
|
||||||
- job: PublishDevBuilds
|
- job: PublishDevBuilds
|
||||||
dependsOn: Linux, MacOS, Windows_x86, Windows_x64
|
dependsOn:
|
||||||
|
- Linux
|
||||||
|
- MacOS
|
||||||
|
- Windows_x86
|
||||||
|
- Windows_x64
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'develop'))
|
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'develop'))
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user