Skip to content

Commit

Permalink
Update public-build.yml buildNumber constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau committed May 1, 2024
1 parent aa6716d commit 81d6d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/ci/public-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This build is used for public PR and CI builds.

variables:
buildNumber: $[ counter('constant', 13000) ] # TODO: new pipeline, 13000 no longer valid.
buildNumber: $[ counter('constant', 23000) ] # 23000 selected to be ahead of current host build
${{ if contains(variables['Build.SourceBranch'], 'release/inproc6/') }}:
minorVersionPrefix: "6"
${{ elseif contains(variables['Build.SourceBranch'], 'release/inproc8/') }}:
Expand Down

0 comments on commit 81d6d30

Please sign in to comment.