2 implementations of VSTestSetting
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask.cs (1)
20
public string?
VSTestSetting
{ get; set; }
Tasks\VSTestTask2.cs (1)
20
public string?
VSTestSetting
{ get; set; }
2 references to VSTestSetting
Microsoft.TestPlatform.Build (2)
Tasks\TestTaskUtils.cs (2)
48
if (!task.
VSTestSetting
.IsNullOrEmpty())
51
builder.AppendSwitchIfNotNull("--settings:", task.
VSTestSetting
);