Summary
Runs the dotnet cli command using the specified settings and arguments.
- Namespace
- Cake
.Common .Tools .DotNet - Containing Type
- DotNetTool
<TSettings>
Syntax
protected void RunCommand(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
arguments | Process |
The arguments. |
processSettings | ProcessSettings | The processSettings. |
Return Value
Type | Description |
---|---|
void |