Merge pull request #2548 from dotnet/piotrpMSFT/issue2499/importDnxcore50

import dnxcore50
This commit is contained in:
Piotr Puszkiewicz 2016-04-19 13:09:33 -07:00
commit bc8b0c065f
5 changed files with 110 additions and 8 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[]