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