Runs dotnet
commands.
public static class DotNetRunner
name | description |
---|---|
static RunDotNet(…) | Runs dotnet with the specified arguments. (3 methods) |
static RunDotNetTool(…) | Runs the specified .NET tool with the specified arguments. (3 methods) |
Consider calling these methods directly via using static Faithlife.Build.DotNetRunner;
.