Remove -sequential build-flag (#13658)
authorOmair Majid <omair.majid@gmail.com>
Wed, 30 Aug 2017 09:15:42 +0000 (05:15 -0400)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 30 Aug 2017 09:15:42 +0000 (11:15 +0200)
The flag is not implemented anywhere and is completely ignored. Remove
it form various help notices too.

Fixes #12035

build-test.cmd
build.cmd
build.sh

index 9b8f64b..2544b06 100644 (file)
@@ -456,8 +456,6 @@ echo -priority=^<N^> : specify a set of test that will be built and run, with pr
 echo     0: Build only priority 0 cases as essential testcases (default)
 echo     1: Build all tests with priority 0 and 1
 echo     666: Build all tests with priority 0, 1 ... 666
-echo -sequential: force a non-parallel build ^(default is to build in parallel
-echo     using all processors^).
 echo -verbose: enables detailed file logging for the msbuild tasks into the msbuild log file.
 exit /b 1
 
index 0087be4..70f62bc 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -751,8 +751,6 @@ echo -buildstandalonegc: builds the GC in a standalone mode.
 echo -skiprestore: skip restoring packages ^(default: packages are restored during build^).
 echo -disableoss: Disable Open Source Signing for System.Private.CoreLib.
 echo -priority=^<N^> : specify a set of test that will be built and run, with priority N.
-echo -sequential: force a non-parallel build ^(default is to build in parallel
-echo     using all processors^).
 echo -officialbuildid=^<ID^>: specify the official build ID to be used by this build.
 echo -Rebuild: passes /t:rebuild to the build projects.
 echo portable : build for portable RID.
index c02b5b0..d5a35d2 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -43,8 +43,6 @@ usage()
     echo "-verbose - optional argument to enable verbose build output."
     echo "-skiprestore: skip restoring packages ^(default: packages are restored during build^)."
        echo "-disableoss: Disable Open Source Signing for System.Private.CoreLib."
-       echo "-sequential: force a non-parallel build ^(default is to build in parallel"
-       echo "   using all processors^)."
        echo "-officialbuildid=^<ID^>: specify the official build ID to be used by this build."
        echo "-Rebuild: passes /t:rebuild to the build projects."
     echo "-stripSymbols - Optional argument to strip native symbols during the build."