Skip to content

Commit e8e2652

Browse files
authored
Update azurePipeline.yml
formatting...
1 parent dcbca87 commit e8e2652

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azurePipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ stages:
197197
- script: mypy anonlink --ignore-missing-imports
198198
displayName: mypy
199199
- job:
200-
displayName: "check for and tag release"
201-
steps:
202-
# In this step, if this build is triggered by a tag, it will add a tag 'doRelease' to the current build.
203-
# This tag in turn is used as a trigger for the release pipeline.
204-
- script: echo "##vso[build.addbuildtag]doRelease"
205-
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
200+
displayName: "check for and tag release"
201+
steps:
202+
# In this step, if this build is triggered by a tag, it will add a tag 'doRelease' to the current build.
203+
# This tag in turn is used as a trigger for the release pipeline.
204+
- script: echo "##vso[build.addbuildtag]doRelease"
205+
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
206206

207207
- stage: publish
208208
displayName: Publish packages to test feed

0 commit comments

Comments
 (0)