Add arch to distrorid
authorChristopher Costa <chcosta@microsoft.com>
Tue, 14 Feb 2017 21:48:28 +0000 (13:48 -0800)
committerChristopher Costa <chcosta@microsoft.com>
Tue, 14 Feb 2017 21:48:28 +0000 (13:48 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/f361873df8f39e511fcdd2e9266f11a1f3d45755

src/coreclr/src/.nuget/dir.props

index 00663a8..5408171 100644 (file)
@@ -5,7 +5,7 @@
   <PropertyGroup>
     <!-- Distro rid is passed as runtimeos-arch-->
     <_parseDistroRid>$(__DistroRid)</_parseDistroRid>
-    <_parseDistroRid Condition="'$(_parseDistroRid)' == '' and '$(__BuildOS)' == 'OSX'">osx.10.10</_parseDistroRid>
+    <_parseDistroRid Condition="'$(_parseDistroRid)' == '' and '$(__BuildOS)' == 'OSX'">osx.10.10-x64</_parseDistroRid>
     <_distroRidIndex>$(_parseDistroRid.IndexOfAny("-"))</_distroRidIndex>
     <_archRidIndex>$([MSBuild]::Add($(_distroRidIndex), 1))</_archRidIndex>
     <OSRid Condition="'$(OSRid)' == '' and '$(_distroRidIndex)' != '-1'">$(_parseDistroRid.SubString(0, $(_distroRidIndex)))</OSRid>