diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b2e65c5da..951219396 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- bdc8c2f698e8c15195872af1e316b4b8f0eae7e1
+ 779323758d3e8aa7e4ee3dc2619d57e696078089
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index 23a3fd53d..d3a432878 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -655,9 +655,6 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir
Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir
Write-PipelineSetVariable -Name 'TMP' -Value $TempDir
-$env:TEMP=$TempDir
-$env:TMP=$TempDir
-
# Import custom tools configuration, if present in the repo.
# Note: Import in global scope so that the script set top-level variables without qualification.
if (!$disableConfigureToolsetImport) {
diff --git a/global.json b/global.json
index 67012992d..e5aa17b9d 100644
--- a/global.json
+++ b/global.json
@@ -7,6 +7,6 @@
"xcopy-msbuild": "16.3.0-alpha"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20081.7"
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20101.2"
}
}