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.
This commit is contained in:
parent
45dc82eb82
commit
29bd8be092
1 changed files with 2 additions and 14 deletions
|
@ -42,12 +42,6 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
||||||
HostExtension="",
|
HostExtension="",
|
||||||
ExpectedArtifacts=new string[] { "libhostfxr.so", "libcoreclr.so", "libhostpolicy.so" }
|
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
|
new
|
||||||
{
|
{
|
||||||
Rid="win7-x64",
|
Rid="win7-x64",
|
||||||
|
@ -57,15 +51,9 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
||||||
new
|
new
|
||||||
{
|
{
|
||||||
Rid="osx.10.11-x64",
|
Rid="osx.10.11-x64",
|
||||||
HostExtension="",
|
|
||||||
ExpectedArtifacts=new string[] { "libhostfxr.dylib", "libcoreclr.dylib", "libhostpolicy.dylib" }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
Rid="fedora.23-x64",
|
|
||||||
HostExtension="",
|
HostExtension="",
|
||||||
ExpectedArtifacts=new string[] { "libhostfxr.so", "libcoreclr.so", "libhostpolicy.so" }
|
ExpectedArtifacts=new string[] { "libhostfxr.dylib", "libcoreclr.dylib", "libhostpolicy.dylib" }
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
public static IEnumerable<object[]> PublishOptions
|
public static IEnumerable<object[]> PublishOptions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue