Summary
Runs the tool using a custom tool path and the specified settings.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
<TSettings>
Syntax
protected IProcess RunProcess(TSettings settings, ProcessArgumentBuilder arguments)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | TSettings | The settings. |
| arguments | Process |
The arguments. |
Return Value
| Type | Description |
|---|---|
| IProcess | The process that the tool is running under. |
