From ef766330bf56f86413ef3cb269f34963e990a0ac Mon Sep 17 00:00:00 2001 From: Lakshmi Priya Date: Tue, 2 Aug 2016 13:13:43 -0700 Subject: [PATCH] Update windows-instructions.md Commit migrated from https://github.com/dotnet/coreclr/commit/03b0a5b5984f070d3a50770ebb8c1debdf07673a --- docs/coreclr/building/windows-instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/coreclr/building/windows-instructions.md b/docs/coreclr/building/windows-instructions.md index 99eacbc..4013649 100644 --- a/docs/coreclr/building/windows-instructions.md +++ b/docs/coreclr/building/windows-instructions.md @@ -70,9 +70,9 @@ c:\git>mkdir \coreclr-demo\ref Build the Runtime ================= -To build CoreCLR, run `build.cmd` from the root of the coreclr repository. This will do a clean x64/Debug build of CoreCLR, its native components, mscorlib.dll, and the tests. +To build CoreCLR, run `build.cmd` from the root of the coreclr repository. This will do a x64/Debug build of CoreCLR, its native components, mscorlib.dll, and the tests. - C:\git\coreclr>build clean + C:\git\coreclr>build -rebuild [Lots of build spew] @@ -83,7 +83,7 @@ To build CoreCLR, run `build.cmd` from the root of the coreclr repository. This **Note:** To avoid building the tests, pass the 'skiptestbuild' option to build. -**build /?** will list supported parameters. +**build -?** will list supported parameters. Check the build output. @@ -121,7 +121,7 @@ Build the framework out of the corefx directory. Time Elapsed 00:03:14.53 Build Exit Code = 0 -It's also possible to add /t:rebuild to build.cmd to force it to delete the previously built assemblies. +It's also possible to add -rebuild to build.cmd to force it to delete the previously built assemblies. For the purposes of this demo, you need to copy a few required assemblies to the demo folder. -- 2.7.4