From 2336d418e962c9a83c765caf71a9b7298ea61c49 Mon Sep 17 00:00:00 2001 From: Lakshmi Priya Sekar Date: Wed, 3 Aug 2016 13:31:06 -0700 Subject: [PATCH] Modify rebuild scenario. --- build.cmd | 2 +- build.sh | 2 +- tests/runtest.proj | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.cmd b/build.cmd index 61fb7f1..f11074f 100644 --- a/build.cmd +++ b/build.cmd @@ -522,7 +522,7 @@ echo -priority=^ : 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=^: 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 diff --git a/build.sh b/build.sh index b7f465c..55862c1 100755 --- a/build.sh +++ b/build.sh @@ -47,7 +47,7 @@ usage() echo "-sequential: force a non-parallel build ^(default is to build in parallel" echo " using all processors^)." echo "-officialbuildid=^: 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)" diff --git a/tests/runtest.proj b/tests/runtest.proj index aafa025..b6e714e 100644 --- a/tests/runtest.proj +++ b/tests/runtest.proj @@ -15,6 +15,8 @@ <_SkipTestDir Include="@(DisabledTestDir)" /> + +