Skip to content

Commit

Permalink
Update azure-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueskang committed Jun 13, 2020
1 parent 7e536dd commit bb34e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ steps:
- script: |
git config --global user.name "Azure DevOps"
git config --global user.email "fake@dev.azure.com"
git tag -a "v$(nugetVersion)" -m "v$(nugetVersion)"
git push origin "v$(nugetVersion)"
git tag -a "v$(version)" -m "v$(version)"
git push origin "v$(version)"
displayName: Tag source

0 comments on commit bb34e0b

Please sign in to comment.