From f0f313a5bfed8aa7cdab2c56e55002ef71da6a55 Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Tue, 14 Jul 2020 00:25:19 +0300 Subject: [Tizen] Build CoreCLR tests in spec --- build-test.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build-test.sh') diff --git a/build-test.sh b/build-test.sh index 59f4fe6bbd..6ef1447b77 100755 --- a/build-test.sh +++ b/build-test.sh @@ -578,6 +578,7 @@ usage() echo "bindir - output directory (defaults to $__ProjectRoot/bin)" echo "msbuildonunsupportedplatform - build managed binaries even if distro is not officially supported." echo "priority1 - include priority=1 tests in the build" + echo "skipgenerateversion - disable version generation even if MSBuild is supported." exit 1 } @@ -933,6 +934,10 @@ while :; do __UnprocessedBuildArgs+=("/p:CLRTestPriorityToBuild=1") ;; + skipgenerateversion) + __SkipGenerateVersion=1 + ;; + *) __UnprocessedBuildArgs+=("$1") ;; -- cgit v1.2.3