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-11-02 16:36:39 +0300
committerGitHub <noreply@github.com>2020-11-02 16:36:39 +0300
commit068b622e449ac44ac4d3e0131b797ef7107f2764 (patch)
tree06277bb5ac3d4876e8e86e6e0130ab56bd89aa68 /eng/common/build.ps1
parent3a382900799ab44071246fe4394041164f9c9b9b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20201029.1 (#1599)
[master] Update dependencies from dotnet/arcade
Diffstat (limited to 'eng/common/build.ps1')
-rw-r--r--eng/common/build.ps12
1 files changed, 0 insertions, 2 deletions
diff --git a/eng/common/build.ps1 b/eng/common/build.ps1
index 1fd7f686f..94a91c081 100644
--- a/eng/common/build.ps1
+++ b/eng/common/build.ps1
@@ -7,7 +7,6 @@ Param(
[string] $msbuildEngine = $null,
[bool] $warnAsError = $true,
[bool] $nodeReuse = $true,
- [bool] $useDefaultDotnetInstall = $false,
[switch][Alias('r')]$restore,
[switch] $deployDeps,
[switch][Alias('b')]$build,
@@ -66,7 +65,6 @@ function Print-Usage() {
Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build"
Write-Host " -warnAsError <value> Sets warnaserror msbuild parameter ('true' or 'false')"
Write-Host " -msbuildEngine <value> Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)."
- Write-Host " -useDefaultDotnetInstall <value> Use dotnet-install.* scripts from public location as opposed to from eng common folder"
Write-Host ""
Write-Host "Command line arguments not listed above are passed thru to msbuild."