Unit test added and Red

This commit is contained in:
Piotr Puszkiewicz 2016-04-17 01:42:36 -07:00
parent b682ab1d4f
commit d45032c9d7
4 changed files with 108 additions and 7 deletions

View file

@ -17,25 +17,26 @@ namespace Microsoft.DotNet.Cli.Build
public static readonly string[] TestProjects = new[]
{
"ArgumentForwardingTests",
"EndToEnd",
"dotnet.Tests",
"dotnet-publish.Tests",
"dotnet-build.Tests",
"dotnet-compile.Tests",
"dotnet-compile.UnitTests",
"dotnet-compile-fsc.Tests",
"dotnet-build.Tests",
"dotnet-new.Tests",
"dotnet-pack.Tests",
"dotnet-projectmodel-server.Tests",
"dotnet-publish.Tests",
"dotnet-resgen.Tests",
"dotnet-run.Tests",
"dotnet-test.Tests",
"dotnet-test.UnitTests",
"Kestrel.Tests",
"Microsoft.DotNet.Cli.Utils.Tests",
"Microsoft.DotNet.Compiler.Common.Tests",
"Microsoft.DotNet.ProjectModel.Tests",
"Microsoft.Extensions.DependencyModel.Tests",
"ArgumentForwardingTests",
"dotnet-test.UnitTests",
"dotnet-test.Tests",
"Kestrel.Tests"
"Microsoft.Extensions.DependencyModel.Tests"
};
public static readonly dynamic[] ConditionalTestAssets = new[]