From 29bd8be092afdee4e0a5cd1aed4ccda5d45b0c73 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Mon, 30 May 2016 15:28:34 -0700 Subject: [PATCH] Remove some rids from cross plublish tests Until all the packages are published for these RIDs (which requires the work in core-setup to land) we can't cross publish for the new distros. --- test/dotnet-publish.Tests/PublishTests.cs | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/test/dotnet-publish.Tests/PublishTests.cs b/test/dotnet-publish.Tests/PublishTests.cs index 278c08b3d..f23bdc6b6 100644 --- a/test/dotnet-publish.Tests/PublishTests.cs +++ b/test/dotnet-publish.Tests/PublishTests.cs @@ -42,12 +42,6 @@ namespace Microsoft.DotNet.Tools.Publish.Tests HostExtension="", ExpectedArtifacts=new string[] { "libhostfxr.so", "libcoreclr.so", "libhostpolicy.so" } }, - new - { - Rid="ubuntu.16.04-x64", - HostExtension="", - ExpectedArtifacts=new string[] { "libhostfxr.so", "libcoreclr.so", "libhostpolicy.so" } - }, new { Rid="win7-x64", @@ -57,15 +51,9 @@ namespace Microsoft.DotNet.Tools.Publish.Tests new { Rid="osx.10.11-x64", - HostExtension="", - ExpectedArtifacts=new string[] { "libhostfxr.dylib", "libcoreclr.dylib", "libhostpolicy.dylib" } - }, - new - { - Rid="fedora.23-x64", HostExtension="", - ExpectedArtifacts=new string[] { "libhostfxr.so", "libcoreclr.so", "libhostpolicy.so" } - } + ExpectedArtifacts=new string[] { "libhostfxr.dylib", "libcoreclr.dylib", "libhostpolicy.dylib" } + }, }; public static IEnumerable PublishOptions