From 1ae88b330ae55514fd6123a0fb9340762ab9bbb4 Mon Sep 17 00:00:00 2001 From: Steve MacLean Date: Mon, 22 Apr 2019 14:23:04 -0400 Subject: Fix `CORE_LIBRARIES` doc --- Documentation/workflow/UsingCoreRun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/workflow/UsingCoreRun.md b/Documentation/workflow/UsingCoreRun.md index 8e10bb5302..4a37a7df00 100644 --- a/Documentation/workflow/UsingCoreRun.md +++ b/Documentation/workflow/UsingCoreRun.md @@ -19,7 +19,7 @@ It does this by looking at two environment variables. * `CORE_ROOT` - The directory where to find the runtime DLLs itself (e.g. CoreCLR.dll). Defaults to be next to the corerun.exe host itself. - * `CORE_LIBRARIES` - A Semicolon separated list of directories to look for DLLS to resolve any assembly references. + * `CORE_LIBRARIES` - A directory to look for DLLS to resolve any assembly references. It defaults CORE_ROOT if it is not specified. These simple rules can be used in a number of ways -- cgit v1.2.3