Skip to content

Commit

Permalink
fixup: buildid
Browse files Browse the repository at this point in the history
  • Loading branch information
lokitoth committed May 9, 2019
1 parent 5750a3a commit 55ebfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/build-windows-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
- script: CALL .scripts/package.cmd
displayName: 'Package artifacts'
env:
Tag: -$(Build.SourceVersion)_$(Date:yyyyMMdd)$(Rev:.r)
Tag: -$(Build.SourceVersion)_$(Build.BuildId)
nugetPath: $(Build.SourcesDirectory)\vowpalwabbit\.nuget\nuget.exe
failOnStderr: true
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 55ebfe4

Please sign in to comment.