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, Action<IProcess> postAction)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | TSettings | The settings. |
| arguments | Process |
The arguments. |
| processSettings | ProcessSettings | The processSettings. |
| postAction | Action |
If specified called after process exit. |
Return Value
| Type | Description |
|---|---|
| void |
