Re-enable tests
This commit is contained in:
parent
aa01110c33
commit
5359e16bf4
1 changed files with 21 additions and 5 deletions
|
@ -17,14 +17,30 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
public static readonly string[] TestProjects = new[]
|
||||
{
|
||||
"ArgumentForwardingTests",
|
||||
"crossgen.Tests",
|
||||
"EndToEnd",
|
||||
"dotnet.Tests",
|
||||
"dotnet-build.Tests",
|
||||
"dotnet-compile.Tests",
|
||||
"dotnet-compile.UnitTests",
|
||||
"dotnet-compile-fsc.Tests",
|
||||
"dotnet-new.Tests",
|
||||
"dotnet-pack.Tests",
|
||||
"dotnet-projectmodel-server.Tests",
|
||||
"dotnet-publish.Tests",
|
||||
"dotnet-resgen.Tests",
|
||||
"dotnet-run.Tests",
|
||||
"dotnet-run.UnitTests",
|
||||
"dotnet-test.Tests",
|
||||
"dotnet-test.UnitTests",
|
||||
// TODO: https://github.com/dotnet/cli/issues/3216
|
||||
//"Kestrel.Tests",
|
||||
//"Microsoft.DotNet.Cli.Utils.Tests",
|
||||
//"Microsoft.DotNet.Compiler.Common.Tests",
|
||||
// "Microsoft.DotNet.ProjectModel.Tests",
|
||||
// "Microsoft.Extensions.DependencyModel.Tests",
|
||||
// "Performance"
|
||||
"Microsoft.DotNet.Cli.Utils.Tests",
|
||||
"Microsoft.DotNet.Compiler.Common.Tests",
|
||||
"Microsoft.DotNet.ProjectModel.Tests",
|
||||
"Microsoft.Extensions.DependencyModel.Tests",
|
||||
"Performance"
|
||||
};
|
||||
|
||||
public static readonly string[] WindowsTestProjects = new[]
|
||||
|
|
Loading…
Reference in a new issue