Add kestrel tests.
Tests will 'build', 'run', 'publish' and 'execute' a Kestrel Hello World server as a PortableFatApp and as a Standalone app.
This commit is contained in:
parent
f665c28173
commit
8f00b95783
17 changed files with 766 additions and 25 deletions
|
@ -34,7 +34,8 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
"Microsoft.Extensions.DependencyModel.Tests",
|
||||
"ArgumentForwardingTests",
|
||||
"dotnet-test.UnitTests",
|
||||
"dotnet-test.Tests"
|
||||
"dotnet-test.Tests",
|
||||
"Kestrel.Tests"
|
||||
};
|
||||
|
||||
public static readonly dynamic[] ConditionalTestAssets = new[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue