From f9d187bd5eff5a1dda81003c7c0363b78f162d18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 27 Jan 2020 13:27:00 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200126.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20076.3 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.ps1 | 3 +++ global.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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" } }