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
[main] Update dependencies from dotnet/arcade (#580)
* Update dependencies from https://github.com/dotnet/arcade build 20250206.4
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25106.4
* Update dependencies from https://github.com/dotnet/arcade build 20250213.2
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25113.2
* Update dependencies from https://github.com/dotnet/arcade build 20250220.6
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25120.6
* Update dependencies from https://github.com/dotnet/arcade build 20250225.2
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25125.2
* Update dependencies from https://github.com/dotnet/arcade build 20250226.4
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25126.4
* Update dependencies from https://github.com/dotnet/arcade build 20250307.1
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25157.1
* Update dependencies from https://github.com/dotnet/arcade build 20250314.6
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25164.6
* Update dependencies from https://github.com/dotnet/arcade build 20250321.1
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25171.1
* Update dependencies from https://github.com/dotnet/arcade build 20250328.2
Microsoft.DotNet.Arcade.Sdk
From Version 9.0.0-beta.25065.2 -> To Version 10.0.0-beta.25178.2
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
Copy file name to clipboardExpand all lines: eng/common/build.ps1
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Param(
7
7
[string] $msbuildEngine=$null,
8
8
[bool] $warnAsError=$true,
9
9
[bool] $nodeReuse=$true,
10
+
[switch] $buildCheck=$false,
10
11
[switch][Alias('r')]$restore,
11
12
[switch] $deployDeps,
12
13
[switch][Alias('b')]$build,
@@ -71,6 +72,8 @@ function Print-Usage() {
71
72
Write-Host" -msbuildEngine <value> Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)."
72
73
Write-Host" -excludePrereleaseVS Set to exclude build engines in prerelease versions of Visual Studio"
73
74
Write-Host" -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)"
75
+
Write-Host" -nodeReuse <value> Sets nodereuse msbuild parameter ('true' or 'false')"
0 commit comments