static ExecutionResult Dotnet(string project, string command, string target, Dictionary <string, string> properties) { return(DotNet.Execute(command, project, properties, assert_success: false)); }