Modify rebuild scenario.
authorLakshmi Priya Sekar <lasekar@microsoft.com>
Wed, 3 Aug 2016 20:31:06 +0000 (13:31 -0700)
committerLakshmi Priya Sekar <lasekar@microsoft.com>
Wed, 3 Aug 2016 20:48:31 +0000 (13:48 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/2336d418e962c9a83c765caf71a9b7298ea61c49

src/coreclr/build.cmd
src/coreclr/build.sh
src/coreclr/tests/runtest.proj

index 61fb7f1..f11074f 100644 (file)
@@ -522,7 +522,7 @@ echo -priority=^<N^> : specify a set of test that will be built and run, with pr
 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: force a clean build ^(default is to perform an incremental build^).
+echo -Rebuild: passes /t:rebuild to the build projects.
 echo.
 echo If "all" is specified, then all build architectures and types are built. If, in addition,
 echo one or more build architectures or types is specified, then only those build architectures
index b7f465c..55862c1 100755 (executable)
@@ -47,7 +47,7 @@ usage()
        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: force a clean build ^(default is to perform an incremental build^)."
+       echo "-Rebuild: passes /t:rebuild to the build projects."
     echo "skipgenerateversion - disable version generation even if MSBuild is supported."
     echo "cmakeargs - user-settable additional arguments passed to CMake."
     echo "bindir - output directory (defaults to $__ProjectRoot/bin)"
index aafa025..b6e714e 100644 (file)
@@ -15,6 +15,8 @@
     <_SkipTestDir Include="@(DisabledTestDir)" />
   </ItemGroup>
 
+  <Target Name="Rebuild" />
+
   <Target Name="FindCmdDirectories" DependsOnTargets="GetListOfTestCmds">
 
     <Error Condition="!Exists('$(XunitTestBinBase)')"