diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index a38541e9fd..e81d1ba469 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -4,9 +4,9 @@
-
+
https://github.com/dotnet/arcade
- 13b20849f8294593bf150a801cab639397e6c29d
+ 1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index 22b49e09d0..9b3ad8840f 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -416,7 +416,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
# Locate Visual Studio installation or download x-copy msbuild.
$vsInfo = LocateVisualStudio $vsRequirements
- if ($vsInfo -ne $null) {
+ if ($vsInfo -ne $null -and $env:ForceUseXCopyMSBuild -eq $null) {
# Ensure vsInstallDir has a trailing slash
$vsInstallDir = Join-Path $vsInfo.installationPath "\"
$vsMajorVersion = $vsInfo.installationVersion.Split('.')[0]
diff --git a/global.json b/global.json
index 2647921ff2..22c49d0b2c 100644
--- a/global.json
+++ b/global.json
@@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25325.4"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25366.1"
}
}