From bc4fbd2b5027b2f605dd8f352710c2f492b34e91 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 5 Dec 2019 14:55:09 -0800 Subject: [PATCH] Fix build-test.cmd help message for generatelayoutonly option (#595) --- src/coreclr/build-test.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/build-test.cmd b/src/coreclr/build-test.cmd index 936fbfb..e16e197 100644 --- a/src/coreclr/build-test.cmd +++ b/src/coreclr/build-test.cmd @@ -633,7 +633,7 @@ echo win7-x64: Builds overlay for Windows 7 echo crossgen: Precompiles the framework managed assemblies echo copynativeonly: Only copy the native test binaries to the managed output. Do not build the native or managed tests. echo skipgeneratelayout: Do not generate the Core_Root layout or the CoreFX testhost. -echo -generatelayoutonly: Generate the Core_Root layout without build managed or native test components +echo generatelayoutonly: Generate the Core_Root layout without building managed or native test components echo targetsNonWindows: echo Exclude- Optional parameter - specify location of default exclusion file ^(defaults to tests\issues.targets if not specified^) echo Set to "" to disable default exclusion file. -- 2.7.4