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