Moving the ilproj sdk to be built/published under the TargetsWindows condition
authorTanner Gooding <tagoo@outlook.com>
Mon, 30 Jul 2018 20:26:09 +0000 (13:26 -0700)
committerTanner Gooding <tagoo@outlook.com>
Tue, 31 Jul 2018 02:14:14 +0000 (19:14 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/a08e7c3a3a0d71626e22d00a3e3fb8140093ee7b

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

index b695cf5..0f322d0 100644 (file)
@@ -12,6 +12,7 @@
 
   <ItemGroup Condition="'$(TargetsWindows)'=='true'">
     <Project Include="Microsoft.TargetingPack.Private.CoreCLR\Microsoft.TargetingPack.Private.CoreCLR.pkgproj" />
+    <Project Include="Microsoft.NET.Sdk.IL\Microsoft.NET.Sdk.IL.pkgproj" />
   </ItemGroup>
 
   <ItemGroup Condition="'$(__SkipNativeBuild)'==''">
     <Project Include="Microsoft.NETCore.ILDAsm\Microsoft.NETCore.ILDAsm.builds" />
   </ItemGroup>
 
-  <ItemGroup Condition="'$(BuildIdentityPackage)' == 'true'">
-    <Project Include="Microsoft.NET.Sdk.IL\Microsoft.NET.Sdk.IL.pkgproj" />
-  </ItemGroup>
-
   <Import Project="$(ToolsDir)versioning.targets" />
   <!-- Make sure we create version.txt file since it will be packaged -->
   <Target Name="EnsureVersionInfoFileExists" BeforeTargets="Build" DependsOnTargets="CreateVersionInfoFile" />