Only publish TargetingPack when building on Windows
authorwtgodbe <wigodbe@microsoft.com>
Tue, 18 Oct 2016 20:40:35 +0000 (13:40 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Tue, 18 Oct 2016 20:40:35 +0000 (13:40 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/88dde249e83a99211ee82df8288da409acd38134

src/coreclr/src/.nuget/packages.builds

index 89952ce..7458c8e 100644 (file)
@@ -9,6 +9,9 @@
 
   <ItemGroup Condition="'$(__SkipCoreLibBuild)'==''">
     <Project Include="Microsoft.NETCore.Runtime.CoreCLR\Microsoft.NETCore.Runtime.CoreCLR.builds" /> 
+  </ItemGroup>
+
+  <ItemGroup Condition="'$(TargetsWindows)'=='true'">
     <Project Include="Microsoft.TargetingPack.Private.CoreCLR\Microsoft.TargetingPack.Private.CoreCLR.pkgproj" /> 
   </ItemGroup>