diff options
author | Vance Morrison <vancem@microsoft.com> | 2017-07-10 16:02:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 16:02:44 -0700 |
commit | 81b4233b34188c92cf065d0b104089eedbe3907f (patch) | |
tree | e9fef49d607460bb83f75adca9e71271a392eea4 /Documentation | |
parent | 774dd7bbea04c826978aba5e8afb8b5cca2941c0 (diff) | |
download | coreclr-81b4233b34188c92cf065d0b104089eedbe3907f.tar.gz coreclr-81b4233b34188c92cf065d0b104089eedbe3907f.tar.bz2 coreclr-81b4233b34188c92cf065d0b104089eedbe3907f.zip |
Remove another reference to System.Private.Corelib.ni.dll
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/workflow/UsingYourBuild.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md index 561efa298d..b83c33efd9 100644 --- a/Documentation/workflow/UsingYourBuild.md +++ b/Documentation/workflow/UsingYourBuild.md @@ -105,8 +105,7 @@ You can build just the .NET Library part of the build by doing (debug, for relea ```bat .\build skiptests skipnative ``` -Which builds System.Private.CoreLib.dll AND System.Private.CoreLib.ni.dll (you will always want both) if you modify -C# code. If you wish to only compile the coreclr.dll you can do +Which builds System.Private.CoreLib.dll if you modify C# code. If you wish to only compile the coreclr.dll you can do ```bat .\build skiptests skipmscorlib ``` |