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