You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/build.ps1
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Param(
7
7
[string] $msbuildEngine=$null,
8
8
[bool] $warnAsError=$true,
9
9
[bool] $nodeReuse=$true,
10
-
[switch] $buildCheck=$false,
11
10
[switch][Alias('r')]$restore,
12
11
[switch] $deployDeps,
13
12
[switch][Alias('b')]$build,
@@ -21,7 +20,6 @@ Param(
21
20
[switch] $publish,
22
21
[switch] $clean,
23
22
[switch][Alias('pb')]$productBuild,
24
-
[switch]$fromVMR,
25
23
[switch][Alias('bl')]$binaryLog,
26
24
[switch][Alias('nobl')]$excludeCIBinarylog,
27
25
[switch] $ci,
@@ -73,9 +71,6 @@ function Print-Usage() {
73
71
Write-Host" -msbuildEngine <value> Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)."
74
72
Write-Host" -excludePrereleaseVS Set to exclude build engines in prerelease versions of Visual Studio"
75
73
Write-Host" -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)"
76
-
Write-Host" -nodeReuse <value> Sets nodereuse msbuild parameter ('true' or 'false')"
0 commit comments