diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 06e73680071e..4e18e4ca1af1 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -376,26 +376,26 @@
https://github.com/dotnet/winforms
abda8e3bfa78319363526b5a5f86863ec979940e
-
+
https://github.com/dotnet/arcade
- e8483fe03c7d3257c68f6013441da5d72eeb8392
+ 6544413e02741855b701468aa8afc6cf8ca62c72
-
+
https://github.com/dotnet/arcade
- e8483fe03c7d3257c68f6013441da5d72eeb8392
+ 6544413e02741855b701468aa8afc6cf8ca62c72
-
+
https://github.com/dotnet/arcade
- e8483fe03c7d3257c68f6013441da5d72eeb8392
+ 6544413e02741855b701468aa8afc6cf8ca62c72
-
+
https://github.com/dotnet/arcade
- e8483fe03c7d3257c68f6013441da5d72eeb8392
+ 6544413e02741855b701468aa8afc6cf8ca62c72
-
+
https://github.com/dotnet/arcade
- e8483fe03c7d3257c68f6013441da5d72eeb8392
+ 6544413e02741855b701468aa8afc6cf8ca62c72
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index a8f35ee83400..0b7a47facb4a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -162,9 +162,9 @@
6.2.4
6.2.4
- 8.0.0-beta.25562.3
- 8.0.0-beta.25562.3
- 8.0.0-beta.25562.3
+ 8.0.0-beta.25515.1
+ 8.0.0-beta.25515.1
+ 8.0.0-beta.25515.1
8.0.0-alpha.1.25202.2
diff --git a/eng/common/templates-official/job/publish-build-assets.yml b/eng/common/templates-official/job/publish-build-assets.yml
index 53109246d948..a99d79df863c 100644
--- a/eng/common/templates-official/job/publish-build-assets.yml
+++ b/eng/common/templates-official/job/publish-build-assets.yml
@@ -152,11 +152,6 @@ jobs:
BARBuildId: ${{ parameters.BARBuildId }}
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
- # Darc is targeting 8.0, so make sure it's installed
- - task: UseDotNet@2
- inputs:
- version: 8.0.x
-
- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
diff --git a/eng/common/templates-official/post-build/post-build.yml b/eng/common/templates-official/post-build/post-build.yml
index 07837055ee30..817e2d80dea1 100644
--- a/eng/common/templates-official/post-build/post-build.yml
+++ b/eng/common/templates-official/post-build/post-build.yml
@@ -271,11 +271,6 @@ stages:
- task: NuGetAuthenticate@1
- # Darc is targeting 8.0, so make sure it's installed
- - task: UseDotNet@2
- inputs:
- version: 8.0.x
-
- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml
index b4ece772c326..1fcdcc9adc34 100644
--- a/eng/common/templates/job/publish-build-assets.yml
+++ b/eng/common/templates/job/publish-build-assets.yml
@@ -148,11 +148,6 @@ jobs:
BARBuildId: ${{ parameters.BARBuildId }}
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
- # Darc is targeting 8.0, so make sure it's installed
- - task: UseDotNet@2
- inputs:
- version: 8.0.x
-
- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml
index 96ca06882384..ea1785a8aa26 100644
--- a/eng/common/templates/post-build/post-build.yml
+++ b/eng/common/templates/post-build/post-build.yml
@@ -267,11 +267,6 @@ stages:
- task: NuGetAuthenticate@1
- # Darc is targeting 8.0, so make sure it's installed
- - task: UseDotNet@2
- inputs:
- version: 8.0.x
-
- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
diff --git a/global.json b/global.json
index 582f49bf4e40..06155192c93c 100644
--- a/global.json
+++ b/global.json
@@ -25,8 +25,8 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.19",
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25562.3",
- "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25562.3"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25515.1",
+ "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.25515.1"
},
"native-tools": {
"jdk": "latest"