示例#1
0
 public static CommandLine.Result Run(string toolPath, string arguments, string workingDirectory = null, Dictionary <string, string> envVars = null, CommandLine.IOHandler ioHandler = null)
 {
     return(CommandLine.RunViaShell(toolPath, arguments, workingDirectory, envVars, ioHandler, false, true));
 }