Merge pull request #2663 from dotnet/pakrym/perf-tests

Add performance tests
This commit is contained in:
Pavel Krymets 2016-04-29 11:18:50 -07:00
commit dfa071de21
33 changed files with 729 additions and 4 deletions

View file

@ -36,7 +36,8 @@ namespace Microsoft.DotNet.Cli.Build
"Microsoft.DotNet.Cli.Utils.Tests",
"Microsoft.DotNet.Compiler.Common.Tests",
"Microsoft.DotNet.ProjectModel.Tests",
"Microsoft.Extensions.DependencyModel.Tests"
"Microsoft.Extensions.DependencyModel.Tests",
"Performance"
};
public static readonly string[] WindowsTestProjects = new[]