diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 5cdc72ad0..1a8adbefc 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- 0fcbdf1444ade7228ae0d179bb23d08ea3df13eb
+ cc8fe69635c7c6e791c87540851aea75946945fa
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index d3a432878..23a3fd53d 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -655,6 +655,9 @@ 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 b57259860..5cdbe5920 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.20075.3"
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20076.3"
}
}