Browse Source

misc: Hopefully deploy to MyGet

2.4.1
Paulo GitHub 4 years ago
parent
commit
15910a1149
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      azure-pipelines.yml

+ 2
- 3
azure-pipelines.yml View File

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

@@ -32,11 +32,10 @@ jobs:
and (
succeeded(),
or (
eq(variables['Build.SourceBranch'], 'refs/heads/dev'),
eq(variables['Build.SourceBranch'], 'refs/heads/2.4.1'),
eq(variables['buildTag'], True)
)
)
steps:
- template: azure/build.yml
- template: azure/deploy.yml
- template: azure/docs.yml

Loading…
Cancel
Save