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
Write-Host" -subset Build a subset, print available subsets with -subset help"
22
+
Write-Host" -subset Build a subset, print available subsets with -subset help (short: -s)"
23
23
Write-Host" -vs Open the solution with VS for Test Explorer support. Path or solution name (ie -vs Microsoft.CSharp)"
24
24
Write-Host" -os Build operating system: Windows_NT or Unix"
25
25
Write-Host" -arch Build platform: x86, x64, arm or arm64 (short: -a). Pass a comma-separated list to build for multiple architectures."
26
26
Write-Host" -configuration Build configuration: Debug, Release or [CoreCLR]Checked (short: -c). Pass a comma-separated list to build for multiple configurations"
27
-
Write-Host" -runtimeConfiguration Runtime build configuration: Debug, Release or [CoreCLR]Checked"
28
-
Write-Host" -librariesConfiguration Libraries build configuration: Debug or Release"
0 commit comments