diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7872451..0e1ee47f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'