diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index d286db9df19..74546b9f07e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -22,25 +22,25 @@
https://github.com/dotnet/roslyn-analyzers
16865ea61910500f1022ad2b96c499e5df02c228
-
+
https://github.com/dotnet/arcade
- 43df065432cbc74c0fa44d7569a0c31f64883f03
+ 024c562f73f21bfce3ab36f72c20aee30281e212
-
+
https://github.com/dotnet/arcade
- 43df065432cbc74c0fa44d7569a0c31f64883f03
+ 024c562f73f21bfce3ab36f72c20aee30281e212
-
+
https://github.com/dotnet/arcade
- 43df065432cbc74c0fa44d7569a0c31f64883f03
+ 024c562f73f21bfce3ab36f72c20aee30281e212
-
+
https://github.com/dotnet/arcade
- 43df065432cbc74c0fa44d7569a0c31f64883f03
+ 024c562f73f21bfce3ab36f72c20aee30281e212
-
+
https://github.com/dotnet/arcade
- 43df065432cbc74c0fa44d7569a0c31f64883f03
+ 024c562f73f21bfce3ab36f72c20aee30281e212
https://github.com/dotnet/diagnostics
diff --git a/eng/Versions.props b/eng/Versions.props
index 0b32ab7edbb..e0098df380a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -48,9 +48,9 @@
-->
- 9.0.0-beta.25460.1
- 9.0.0-beta.25460.1
- 9.0.0-beta.25460.1
+ 9.0.0-beta.25465.2
+ 9.0.0-beta.25465.2
+ 9.0.0-beta.25465.2
9.0.1
9.0.1-rtm.24610.9
diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml
index b103b7ee168..a58c8a418e8 100644
--- a/eng/common/core-templates/job/publish-build-assets.yml
+++ b/eng/common/core-templates/job/publish-build-assets.yml
@@ -34,6 +34,8 @@ parameters:
repositoryAlias: self
+ officialBuildId: ''
+
jobs:
- job: Asset_Registry_Publish
@@ -56,6 +58,11 @@ jobs:
value: false
# unconditional - needed for logs publishing (redactor tool version)
- template: /eng/common/core-templates/post-build/common-variables.yml
+ - name: OfficialBuildId
+ ${{ if ne(parameters.officialBuildId, '') }}:
+ value: ${{ parameters.officialBuildId }}
+ ${{ else }}:
+ value: $(Build.BuildNumber)
pool:
# We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com)
@@ -100,7 +107,7 @@ jobs:
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
/p:MaestroApiEndpoint=https://maestro.dot.net
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
- /p:OfficialBuildId=$(Build.BuildNumber)
+ /p:OfficialBuildId=$(OfficialBuildId)
condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }}
diff --git a/eng/common/core-templates/jobs/jobs.yml b/eng/common/core-templates/jobs/jobs.yml
index 3129670b338..bf33cdc2cc7 100644
--- a/eng/common/core-templates/jobs/jobs.yml
+++ b/eng/common/core-templates/jobs/jobs.yml
@@ -44,6 +44,7 @@ parameters:
artifacts: {}
is1ESPipeline: ''
repositoryAlias: self
+ officialBuildId: ''
# Internal resources (telemetry, microbuild) can only be accessed from non-public projects,
# and some (Microbuild) should only be applied to non-PR cases for internal builds.
@@ -119,3 +120,4 @@ jobs:
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
signingValidationAdditionalParameters: ${{ parameters.signingValidationAdditionalParameters }}
repositoryAlias: ${{ parameters.repositoryAlias }}
+ officialBuildId: ${{ parameters.officialBuildId }}
diff --git a/global.json b/global.json
index 7b83f0d6af0..e8b09342be1 100644
--- a/global.json
+++ b/global.json
@@ -22,7 +22,7 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25460.1",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25460.1"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25465.2",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25465.2"
}
}