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