Browse Source

Update azure pipelines

pull/1382/head
Hawx 6 years ago
parent
commit
b748a0501d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      azure-pipelines.yml

+ 2
- 2
azure-pipelines.yml View File

@@ -20,14 +20,14 @@ jobs:

- job: Windows_build
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
condition: ne(variables['Build.SourceBranch'], 'refs/heads/dev')
steps:
- template: azure/build.yml

- job: Windows_deploy
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
condition: |
and (
succeeded(),


Loading…
Cancel
Save