Remove centos from PublishRids
authorKarthik Rajasekaran <karajas@microsoft.com>
Tue, 23 May 2017 21:25:20 +0000 (14:25 -0700)
committerKarthik Rajasekaran <karajas@microsoft.com>
Tue, 23 May 2017 21:25:20 +0000 (14:25 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/ae2eaaa240b632312fb674688ff45f698ac88d3f

src/installer/publish/dir.props

index 29fdf34..303478c 100644 (file)
@@ -49,6 +49,5 @@
     <PublishRid Include="win-arm64" />
     <PublishRid Include="linux-arm" />
     <PublishRid Include="rhel.7-x64" />
-    <PublishRid Include="centos.7-x64" />
   </ItemGroup>
 </Project>