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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-10-14 15:01:41 +0300
committerMarek Safar <marek.safar@gmail.com>2019-10-15 10:50:26 +0300
commit140750f543be2a9d70f0043c5747ffe43f9f40c4 (patch)
tree918de1ba6af20b84268a283fb0c59d797f428ed7 /eng/common/build.ps1
parent5a6fb5abe7d302bb059d96d5f15907f0e222a8c8 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20191011.1
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19511.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19511.1
Diffstat (limited to 'eng/common/build.ps1')
-rw-r--r--eng/common/build.ps17
1 files changed, 0 insertions, 7 deletions
diff --git a/eng/common/build.ps1 b/eng/common/build.ps1
index e001ccb481c..eb2aedac01d 100644
--- a/eng/common/build.ps1
+++ b/eng/common/build.ps1
@@ -123,13 +123,6 @@ try {
$nodeReuse = $false
}
- # Import custom tools configuration, if present in the repo.
- # Note: Import in global scope so that the script set top-level variables without qualification.
- $configureToolsetScript = Join-Path $EngRoot "configure-toolset.ps1"
- if (Test-Path $configureToolsetScript) {
- . $configureToolsetScript
- }
-
if (($restore) -and ($null -eq $env:DisableNativeToolsetInstalls)) {
InitializeNativeTools
}