Skip to content

Fix incorrect log statement in release pipeline#1828

Open
timtay-microsoft wants to merge 3 commits intomainfrom
timtay/releaseLog
Open

Fix incorrect log statement in release pipeline#1828
timtay-microsoft wants to merge 3 commits intomainfrom
timtay/releaseLog

Conversation

@timtay-microsoft
Copy link
Copy Markdown
Member

@timtay-microsoft timtay-microsoft commented Apr 1, 2026

And change the build.buildnumber var to match just the datetime.rev

@@ -1,4 +1,4 @@
name: $(BuildID)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
name: $(Date:yyyyMMdd).$(Rev:r)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This field's value becomes the $(Build.BuildNumber) variable refrerenced below, confusingly. By making it this value, we ensure that each upload of packages to the Azure SDK team's storage account can easily be browsed by the date it was uploaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant