Skip to content

Commit

Permalink
Publish precompiled binaries to CI when tags are pushed
Browse files Browse the repository at this point in the history
Resolves #99.
  • Loading branch information
caelunshun committed Aug 31, 2019
1 parent 40c4fa9 commit 97ee3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
TAG="$(Build.SourceBranch)"
TAG=${TAG#refs/tags/}
echo TAG
echo "##vso[task.setvariable variable=build.TAG]TAG"
echo "##vso[task.setvariable variable=build.tag]$TAG"
displayName: "Create tag variable"
- script: |
Expand Down

0 comments on commit 97ee3dc

Please sign in to comment.