Skip to content

Commit

Permalink
Update azurePipeline.yml
Browse files Browse the repository at this point in the history
formatting...
  • Loading branch information
wilko77 authored Dec 15, 2020
1 parent dcbca87 commit e8e2652
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azurePipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ stages:
- script: mypy anonlink --ignore-missing-imports
displayName: mypy
- job:
displayName: "check for and tag release"
steps:
# In this step, if this build is triggered by a tag, it will add a tag 'doRelease' to the current build.
# This tag in turn is used as a trigger for the release pipeline.
- script: echo "##vso[build.addbuildtag]doRelease"
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
displayName: "check for and tag release"
steps:
# In this step, if this build is triggered by a tag, it will add a tag 'doRelease' to the current build.
# This tag in turn is used as a trigger for the release pipeline.
- script: echo "##vso[build.addbuildtag]doRelease"
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

- stage: publish
displayName: Publish packages to test feed
Expand Down

0 comments on commit e8e2652

Please sign in to comment.