2 implementations of VSTestPlatform
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask.cs (1)
23
public string?
VSTestPlatform
{ get; set; }
Tasks\VSTestTask2.cs (1)
23
public string?
VSTestPlatform
{ get; set; }
3 references to VSTestPlatform
Microsoft.TestPlatform.Build (3)
Tasks\TestTaskUtils.cs (3)
65
if (!task.
VSTestPlatform
.IsNullOrEmpty() && !task.
VSTestPlatform
.Contains("AnyCPU"))
67
builder.AppendSwitchIfNotNull("--platform:", task.
VSTestPlatform
);