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-02-06 05:26:16 +0300
committerGitHub <noreply@github.com>2020-02-06 05:26:16 +0300
commitbc937463aeb42db2d541135a71e29fdf301ac355 (patch)
tree851b55d8d26fb0baa50f9c0d05eeb70610abce45 /eng/common/tools.ps1
parent6ff3f62b1cf878d620bf5908d55130863f1516ae (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200205.2 (#938)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20105.2
Diffstat (limited to 'eng/common/tools.ps1')
-rw-r--r--eng/common/tools.ps13
1 files changed, 0 insertions, 3 deletions
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) {