Fixing PortableAppWithRuntimeTargetsIsPublishedCorrectly now that libuv is contained in the Shared Framework.
This commit is contained in:
parent
f16f2e64eb
commit
8162f89996
2 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
"type": "platform",
|
"type": "platform",
|
||||||
"version": "1.0.0-rc3-004391"
|
"version": "1.0.0-rc3-004391"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
||||||
|
"Libuv": "1.9.0-rc2-20896"
|
||||||
},
|
},
|
||||||
"imports": "dnxcore50"
|
"imports": "dnxcore50"
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,8 @@ namespace Microsoft.DotNet.Tools.Publish.Tests
|
||||||
// Prior to `type:platform` trimming, this would have been published.
|
// Prior to `type:platform` trimming, this would have been published.
|
||||||
publishDir.Should().NotHaveFile("System.Linq.dll");
|
publishDir.Should().NotHaveFile("System.Linq.dll");
|
||||||
|
|
||||||
|
// PortableAppWithNative references a Libuv version that is explicitly
|
||||||
|
// not what is in Microsoft.NETCore.App.
|
||||||
var runtimesOutput = publishDir.Sub("runtimes");
|
var runtimesOutput = publishDir.Sub("runtimes");
|
||||||
|
|
||||||
runtimesOutput.Should().Exist();
|
runtimesOutput.Should().Exist();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue