Skip to content

Commit

Permalink
updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 17, 2019
1 parent 602c60a commit 83eccc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ stages:
steps:
- template: common/build.yml
- template: common/test.yml
- template: common/package.yml

- job: macOS
pool:
Expand All @@ -37,12 +38,10 @@ stages:
- stage: release
jobs:
- job: Release
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
pool:
vmImage: ubuntu-latest
steps:
- template: common/build.yml
- template: common/package.yml
- template: common/release.yml
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
- template: common/publish.yml
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))

0 comments on commit 83eccc0

Please sign in to comment.