Add mscorlib.dll back to Microsoft.TargetingPack.Private.CoreCLR
authorJan Kotas <jkotas@microsoft.com>
Sat, 4 Feb 2017 15:38:41 +0000 (07:38 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 4 Feb 2017 15:40:28 +0000 (07:40 -0800)
Removing it broke BuildFromPackages flavor of test build

Commit migrated from https://github.com/dotnet/coreclr/commit/9856edcb9cd2dc762e770d8de93a44277715fe13

src/coreclr/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj

index 4c5c2b3..253cba0 100644 (file)
@@ -8,6 +8,9 @@
     <OutputPath>$(PackagesOutputPath)</OutputPath>
   </PropertyGroup>
   <ItemGroup>
+    <File Include="$(BinDir)/ref/mscorlib.dll">
+      <TargetPath>lib/netstandard1.0</TargetPath>
+    </File>
     <File Include="$(BinDir)/System.Private.CoreLib.dll">
       <TargetPath>lib/netstandard1.0</TargetPath>
     </File>