Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2020-01-27 16:20:43 +0300
committerGitHub <noreply@github.com>2020-01-27 16:20:43 +0300
commitfcecd4766405e59cb7fbebe468d54b531165fbde (patch)
treed5f4388c57ac6f51b8bc68ad65d28737e87bdc9f /eng/common/tools.ps1
parent103e30ddfcd10d1ba60c0701657ce215ca1d3c72 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200126.3 (#924)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20076.3
Diffstat (limited to 'eng/common/tools.ps1')
-rw-r--r--eng/common/tools.ps13
1 files changed, 3 insertions, 0 deletions
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) {