summaryrefslogtreecommitdiff
path: root/Documentation/workflow/UsingYourBuild.md
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2017-07-10 16:00:46 -0700
committerGitHub <noreply@github.com>2017-07-10 16:00:46 -0700
commit774dd7bbea04c826978aba5e8afb8b5cca2941c0 (patch)
tree3f808ae02c80f61666771a10975ea2ce7d5e73e0 /Documentation/workflow/UsingYourBuild.md
parent37a0a770fb04b7c3f5a13067a5cab31f324769d3 (diff)
downloadcoreclr-774dd7bbea04c826978aba5e8afb8b5cca2941c0.tar.gz
coreclr-774dd7bbea04c826978aba5e8afb8b5cca2941c0.tar.bz2
coreclr-774dd7bbea04c826978aba5e8afb8b5cca2941c0.zip
Remove reference to System.Private.Corelib.ni.dll
The build now only has the NGENed image (called but called System.Private.Corelib.dll. Remove references to the *.ni.dll version
Diffstat (limited to 'Documentation/workflow/UsingYourBuild.md')
-rw-r--r--Documentation/workflow/UsingYourBuild.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md
index dcb24b3ced..561efa298d 100644
--- a/Documentation/workflow/UsingYourBuild.md
+++ b/Documentation/workflow/UsingYourBuild.md
@@ -95,8 +95,6 @@ you wish to update the DLLs. For example typically when you update CoreCLR you e
* coreclr.dll - Most modifications (with the exception of the JIT compiler and tools) that are C++ code update
this DLL.
* System.Private.CoreLib.dll - If you modified C# it will end up here.
-* System.Private.CoreLib.ni.dll - the native image (code) for System.Private.Corelib. If you modify C# code
-you will want to update both of these together in the target installation.
Thus after making a change and building, you can simply copy the updated binary from the `bin\Product\<OS>.<arch>.<flavor>`
directory to your publication directory (e.g. `helloWorld\bin\Debug\netcoreapp2.0\win7-x64\publish`) to quickly