From 9d8b1f445076ec7bb33bf7d9a47c67f0a33f197b Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Wed, 1 Feb 2017 15:00:56 -0800 Subject: Add missing dependency to ilasm / ildasm packages, parse distrorid --- .../Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj | 4 ++++ .../Microsoft.NETCore.ILDAsm.pkgproj | 4 ++++ src/.nuget/packaging.props | 12 +++++++++--- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj b/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj index f863619c9c..8f62076f23 100644 --- a/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj +++ b/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj @@ -7,6 +7,10 @@ true + + + + diff --git a/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj b/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj index f863619c9c..a133a155db 100644 --- a/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj +++ b/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj @@ -7,6 +7,10 @@ true + + + + diff --git a/src/.nuget/packaging.props b/src/.nuget/packaging.props index a4ecf56417..5eef888da8 100644 --- a/src/.nuget/packaging.props +++ b/src/.nuget/packaging.props @@ -3,13 +3,19 @@ - $(__DistroRid) - win10 + + win10 + <_distroRidIndex>$(__DistroRid.IndexOfAny("-")) + $(__DistroRid.SubString(0, $(_distroRidIndex))) + $(__DistroRid.SubString($(_distroRidIndex) + 1)) + + + $(OSRid) Windows_NT;OSX;Linux ;$(SupportedPackageOSGroups); - $(Platform) + $(Platform) $(BuildArch) <_runtimeOSVersionIndex>$(RuntimeOS.IndexOfAny(".-0123456789")) -- cgit v1.2.3