4 references to TestTaskUtils
Microsoft.TestPlatform.Build (4)
Tasks\VSTestTask.cs (2)
74FileName = TestTaskUtils.ResolveDotnetPath() ?? "dotnet", 75Arguments = TestTaskUtils.CreateCommandLineArguments(this),
Tasks\VSTestTask2.cs (2)
279return TestTaskUtils.CreateCommandLineArguments(this); 284return TestTaskUtils.ResolveDotnetPath();