From 06807050c1db8f3c00d6f1392ef08251fe8b47af Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Mon, 3 Feb 2020 20:23:30 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20200201.2 (#435)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20101.2
---
eng/Version.Details.xml | 4 ++--
eng/common/tools.ps1 | 3 ---
global.json | 2 +-
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b2e65c5da6..9512193965 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 23a3fd53d7..d3a432878e 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 67012992d1..e5aa17b9dd 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"
}
}