ci: don't build Windows_build when deploy condition met

This commit is contained in:
Christopher Felegy
2019-03-16 18:51:05 -04:00
parent 0bb9097534
commit 3d1cc3db7e

View File

@@ -14,6 +14,7 @@ jobs:
- job: Windows_build
pool:
vmImage: 'vs2017-win2016'
condition: ne(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
steps:
- template: azure/build.yml