2 implementations of VSTestFramework
Microsoft.TestPlatform.Build (2)
Tasks\VSTestTask.cs (1)
22public string? VSTestFramework { get; set; }
Tasks\VSTestTask2.cs (1)
22public string? VSTestFramework { get; set; }
1 reference to VSTestFramework
Microsoft.TestPlatform.Build (1)
Tasks\TestTaskUtils.cs (1)
62builder.AppendSwitchIfNotNull("--framework:", task.VSTestFramework);