From e975b4f375a06b23b0d388a7d3548753e859dc2b Mon Sep 17 00:00:00 2001 From: Aditya Mandaleeka Date: Thu, 26 Jul 2018 15:56:01 -0700 Subject: [PATCH] Fix syntax error in help text. Commit migrated from https://github.com/dotnet/coreclr/commit/c012d768bf7ae41d7cf1f8b18cb54701ecb7f28d --- 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 d125b5d..7048ddc 100644 --- a/src/coreclr/build-test.cmd +++ b/src/coreclr/build-test.cmd @@ -506,7 +506,7 @@ echo ubuntu.16.04-x64: Builds overlay for Ubuntu 16.04 echo ubuntu.16.10-x64: Builds overlay for Ubuntu 16.10 echo win-x64: Builds overlay for portable Windows echo win7-x64: Builds overlay for Windows 7 -echo ziptests: zips CoreCLR tests & Core_Root for a Helix run +echo ziptests: zips CoreCLR tests and Core_Root for a Helix run echo crossgen: Precompiles the framework managed assemblies 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