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


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


Loading…
Cancel
Save