From b8c811c7349696f8230f3360f024452d02e552eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 2 Feb 2020 13:17:46 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200201.2 - 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 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" } }