2 implementations of VSTestVerbosity
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask.cs (1)
32public string? VSTestVerbosity { get; set; }
Tasks\VSTestTask2.cs (1)
32public string? VSTestVerbosity { get; set; }
2 references to VSTestVerbosity
Microsoft.TestPlatform.Build (2)
Tasks\TestTaskUtils.cs (2)
109if (!task.VSTestVerbosity.IsNullOrWhiteSpace()) 114string taskVsTestVerbosity = task.VSTestVerbosity.ToLowerInvariant();