summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-07-30 13:26:09 -0700
committerTanner Gooding <tagoo@outlook.com>2018-07-30 19:14:14 -0700
commita08e7c3a3a0d71626e22d00a3e3fb8140093ee7b (patch)
tree2b1479cf4e9eb0e9e48b758bfc824be4de1dc53b /src/.nuget
parent96853b2487f7fc16281c61926f007b5dd67145bf (diff)
downloadcoreclr-a08e7c3a3a0d71626e22d00a3e3fb8140093ee7b.tar.gz
coreclr-a08e7c3a3a0d71626e22d00a3e3fb8140093ee7b.tar.bz2
coreclr-a08e7c3a3a0d71626e22d00a3e3fb8140093ee7b.zip
Moving the ilproj sdk to be built/published under the TargetsWindows condition
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/packages.builds5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/.nuget/packages.builds b/src/.nuget/packages.builds
index b695cf5776..0f322d02e8 100644
--- a/src/.nuget/packages.builds
+++ b/src/.nuget/packages.builds
@@ -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)'==''">
@@ -25,10 +26,6 @@
<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" />