Skip to content

Commit

Permalink
Set build numbers based on package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Aug 17, 2019
1 parent 7d02404 commit 3c3735d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ steps:
WOWI_API_TOKEN: $(WOWI_API_TOKEN)
GITHUB_OAUTH: $(GITHUB_OAUTH)

- bash: echo "##vso[build.updatebuildnumber]$(ls *.zip | sed -e 's/\.zip//')"
displayName: "Set Build Number"
workingDirectory: $(Build.SourcesDirectory)/.release

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: $(Build.SourcesDirectory)/.release/
Expand Down

0 comments on commit 3c3735d

Please sign in to comment.