summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2017-08-03 17:46:12 -0700
committerJan Vorlicek <janvorli@microsoft.com>2017-08-03 17:46:12 -0700
commitd50e7c02fb019eb207d86f438478fc706fedb0f9 (patch)
tree5ce36174bcdd746e4231eec97b45afc9a0833e2d /src/.nuget
parent70c3e7fe3a0ae311700b05a1d7a474ecff4f6a9b (diff)
downloadcoreclr-d50e7c02fb019eb207d86f438478fc706fedb0f9.tar.gz
coreclr-d50e7c02fb019eb207d86f438478fc706fedb0f9.tar.bz2
coreclr-d50e7c02fb019eb207d86f438478fc706fedb0f9.zip
Add RHEL 6 official RID
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/dir.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/.nuget/dir.props b/src/.nuget/dir.props
index 87bce5b32a..33adec27d7 100644
--- a/src/.nuget/dir.props
+++ b/src/.nuget/dir.props
@@ -92,7 +92,7 @@
</When>
<When Condition="'$(_runtimeOSFamily)' == 'rhel'">
<PropertyGroup>
- <PackageRID>rhel.7-$(ArchGroup)</PackageRID>
+ <PackageRID>$(OSRid)-$(ArchGroup)</PackageRID>
<!-- Set the platform part of the RID if we are doing a portable build -->
<PackageRID Condition="'$(PortableBuild)' == 'true'">linux-$(ArchGroup)</PackageRID>
</PropertyGroup>
@@ -132,6 +132,7 @@
<ItemGroup Condition="$(SupportedPackageOSGroups.Contains(';Linux;'))">
<OfficialBuildRID Include="linux-x64" />
+ <OfficialBuildRID Include="rhel.6-x64" />
<OfficialBuildRID Include="linux-arm">
<Platform>arm</Platform>
</OfficialBuildRID>