Also fix code where the tests were not getting run.
This commit is contained in:
Sridhar Periyasamy 2016-04-21 17:29:19 -07:00
parent c82d3cc08d
commit c1fbf18059
2 changed files with 7 additions and 7 deletions

View file

@ -362,7 +362,7 @@ namespace Microsoft.DotNet.Cli.Build
private static IEnumerable<string> GetTestProjects()
{
List<string> testProjects = new List<string>();
testProjects.AddRange(testProjects);
testProjects.AddRange(TestProjects);
if (CurrentPlatform.IsWindows)
{