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