Browse Source

ci: don't build Windows_build when deploy condition met

tags/2.1.0
Christopher Felegy 6 years ago
parent
commit
3d1cc3db7e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      azure-pipelines.yml

+ 1
- 0
azure-pipelines.yml 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



Loading…
Cancel
Save