Skip to content

Commit

Permalink
disable tag overriding to make azure pipeline happy
Browse files Browse the repository at this point in the history
  • Loading branch information
avilleret committed Feb 21, 2021
1 parent 6a928d1 commit f3b1158
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ stages:
assets: 'Assets/*'
isPreRelease: true

- bash: |
git checkout '$(Build.SourceBranchName)'
git push --follow-tags --force
displayName: Push Tag
# - bash: |
# git checkout '$(Build.SourceBranchName)'
# git push --follow-tags --force
# displayName: Push Tag

0 comments on commit f3b1158

Please sign in to comment.