summaryrefslogtreecommitdiff
path: root/Documentation/workflow/UsingYourBuild.md
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2017-07-10 16:02:44 -0700
committerGitHub <noreply@github.com>2017-07-10 16:02:44 -0700
commit81b4233b34188c92cf065d0b104089eedbe3907f (patch)
treee9fef49d607460bb83f75adca9e71271a392eea4 /Documentation/workflow/UsingYourBuild.md
parent774dd7bbea04c826978aba5e8afb8b5cca2941c0 (diff)
downloadcoreclr-81b4233b34188c92cf065d0b104089eedbe3907f.tar.gz
coreclr-81b4233b34188c92cf065d0b104089eedbe3907f.tar.bz2
coreclr-81b4233b34188c92cf065d0b104089eedbe3907f.zip
Remove another reference to System.Private.Corelib.ni.dll
Diffstat (limited to 'Documentation/workflow/UsingYourBuild.md')
-rw-r--r--Documentation/workflow/UsingYourBuild.md3
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
```