Skip to content

Commit

Permalink
Add OfficialBuildId to the global variables
Browse files Browse the repository at this point in the history
If we don't set the official build id then multiple builds of our dotnet packages in a given day will have the same version and cannot be published correctly. This pulls the official build id from the buildnumber which should always be unique.
  • Loading branch information
weshaggard authored Jun 21, 2021
1 parent 830a51a commit 779398f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
variables:
OfficialBuildId: $(Build.BuildNumber)
skipComponentGovernanceDetection: true
DotNetCoreVersion: '3.1.405'
NugetSecurityAnalysisWarningLevel: 'none'

0 comments on commit 779398f

Please sign in to comment.