Example #1
0
File: Dotnet.cs Project: vdt/try
 public Task <CommandLineResult> Execute(string args, Budget budget = null) =>
 CommandLine.Execute(
     Path,
     args,
     _workingDirectory,
     budget);