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