Browse Source

Update azure-pipelines.yml

pull/1923/head
Quin Lynch GitHub 3 years ago
parent
commit
b1e9c73d88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 11 deletions
  1. +4
    -11
      azure-pipelines.yml

+ 4
- 11
azure-pipelines.yml View File

@@ -16,22 +16,15 @@ jobs:
pool: default
steps:
- template: azure/build.yml
- template: azure/deploy.yml

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

- job: Windows_deploy
pool:
vmImage: 'windows-latest'
- job: Linux_deploy
pool: default
condition: |
and (
succeeded(),
or (
eq(variables['Build.SourceBranch'], 'refs/heads/dev'),
eq(variables['Build.SourceBranch'], 'refs/heads/release/3.x'),
eq(variables['buildTag'], True)
)
)


Loading…
Cancel
Save