Merge pull request #2269 from Sridhar-MS/kestrel-tests2

Add kestrel tests.
This commit is contained in:
Sridhar Periyasamy 2016-04-06 14:25:15 -07:00
commit b772db9b29
19 changed files with 751 additions and 25 deletions

View file

@ -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[]