Disable test due to issue - https://github.com/dotnet/cli/issues/2632
Also fix code where the tests were not getting run.
This commit is contained in:
parent
c82d3cc08d
commit
c1fbf18059
2 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue