File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments