Summary
Runs the tool using a custom tool path and the specified settings.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
<TSettings>
Syntax
protected void Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action<IProcess> postAction)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | TSettings | The settings. |
| arguments | Process |
The arguments. |
| processSettings | ProcessSettings | The process settings. |
| postAction | Action |
If specified called after process exit. |
Return Value
| Type | Description |
|---|---|
| void |
