Clarify that the final mscorlib.dll is in bin\Product
authorJohn Chen (JOCHEN7) <jochen@microsoft.com>
Wed, 20 May 2015 16:30:56 +0000 (09:30 -0700)
committerJohn Chen (JOCHEN7) <jochen@microsoft.com>
Wed, 20 May 2015 16:30:56 +0000 (09:30 -0700)
Documentation/linux-instructions.md
src/mscorlib/Tools/PostProcessingTools.targets

index 52b9830..f9414e2 100644 (file)
@@ -78,7 +78,7 @@ You will build `mscorlib.dll` out of the coreclr repository and the rest of the
 D:\git\coreclr> build.cmd linuxmscorlib
 ```
 
-The output is placed in `bin\obj\Linux.x64.Debug\mscorlib.dll`.  You'll want to copy this to the runtime folder on your Linux machine. (e.g. `~/coreclr-demo/runtime`)
+The output is placed in `bin\Product\Linux.x64.Debug\mscorlib.dll`.  You'll want to copy this to the runtime folder on your Linux machine. (e.g. `~/coreclr-demo/runtime`)
 
 For the rest of the framework, you need to pass some special parameters to build.cmd when building out of the CoreFX repository.
 
index a01f55e..78768eb 100644 (file)
@@ -18,6 +18,7 @@
     
     <!-- Copy to the final output location -->
     <Copy Retries="3" SourceFiles="@(RewrittenAssembly)" DestinationFiles="$(FinalOutputPath)\%(RewrittenAssembly.FileName)%(RewrittenAssembly.Extension)"/>
+    <Message Importance="High" Text="$(MSBuildProjectName) -&gt; $(FinalOutputPath)\%(RewrittenAssembly.FileName)%(RewrittenAssembly.Extension)" />
     <Copy Retries="3" SourceFiles="$(CurrentAssemblyPdb)" DestinationFiles="$(FinalOutputPath)\$(TargetName).pdb"/>
   </Target>