3 references to RunCommandWithOptions
Microsoft.Build.Utilities.UnitTests (3)
TrackedDependencies\FileTrackerTests.cs (3)
2467
=>
RunCommandWithOptions
(command, arguments, true /* print stdout & stderr */, out string _);
2470
=>
RunCommandWithOptions
(command, arguments, false /* don't print stdout & stderr */, out string _);
2473
=>
RunCommandWithOptions
(command, arguments, true /* print stdout & stderr */, out outputAsLog);