diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 1141d179c6..6a45c232ac 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -417,17 +417,17 @@
https://github.com/dotnet/extensions
c7ccbfb3ad05e54eae71f5323a0f51732ee06ad2
-
+
https://github.com/dotnet/arcade
- 841c83d8a5b8d8a6bd427f6798b086780138aa9a
+ cc8fe69635c7c6e791c87540851aea75946945fa
-
+
https://github.com/dotnet/arcade
- 841c83d8a5b8d8a6bd427f6798b086780138aa9a
+ cc8fe69635c7c6e791c87540851aea75946945fa
-
+
https://github.com/dotnet/arcade
- 841c83d8a5b8d8a6bd427f6798b086780138aa9a
+ cc8fe69635c7c6e791c87540851aea75946945fa
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index e22651875f..59165347b9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -60,7 +60,7 @@
-->
- 5.0.0-beta.20074.6
+ 5.0.0-beta.20076.3
3.5.0-beta2-20074-05
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index d3a432878e..23a3fd53d7 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 2606b9bc6e..8d1cda730a 100644
--- a/global.json
+++ b/global.json
@@ -25,7 +25,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.15.2",
- "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20074.6",
- "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20074.6"
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20076.3",
+ "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20076.3"
}
}