Skip to content

Commit 8efe3af

Browse files
committed
Reviews
1 parent 27a5f50 commit 8efe3af

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

eng/common/build.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ if($env:Platform) {
3838
function Print-Usage() {
3939
Write-Host "Common settings:"
4040
Write-Host " -configuration <value> Build configuration: 'Debug' or 'Release' (short: -c)"
41-
Write-Host " 'Debug', 'Release' (for .NET Core 2.1)"
42-
Write-Host " 'Debug-netcoreapp3_1', 'Release-netcoreapp3_1' (for .NET Core 3.1)"
43-
Write-Host " 'Debug-netfx', 'Release-netfx' (for .NET Frameworks 4.6.1)"
4441
Write-Host " -platform <value> Platform configuration: 'x86', 'x64' or any valid Platform value to pass to msbuild"
4542
Write-Host " -verbosity <value> Msbuild verbosity: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic] (short: -v)"
4643
Write-Host " -binaryLog Output binary log (short: -bl)"

eng/common/build.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ set -e
1010
usage()
1111
{
1212
echo "Common settings:"
13-
echo " --configuration <value> Build configuration (short: -c). Available options:"
14-
echo " 'Debug', 'Release' (for .NET Core 2.1)"
15-
echo " 'Debug-netcoreapp3_1', 'Release-netcoreapp3_1' (for .NET Core 3.1)"
16-
echo " 'Debug-netfx', 'Release-netfx' (for .NET Frameworks 4.6.1)"
13+
echo " --configuration <value> Build configuration: 'Debug' or 'Release' (short: -c)"
1714
echo " --verbosity <value> Msbuild verbosity: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic] (short: -v)"
1815
echo " --binaryLog Create MSBuild binary log (short: -bl)"
1916
echo " --help Print help and exit (short: -h)"

0 commit comments

Comments
 (0)