Summary
Sets a delegate to configure the process settings.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
Settings Extensions
Syntax
public static T WithSetupProcessSettings<T>(this T toolSettings, Action<ProcessSettings> setupProcessSettings)
where T : ToolSettings
Type Parameters
Name | Description |
---|---|
T | The ToolSettings type. |
Parameters
Name | Type | Description |
---|---|---|
toolSettings | T | The tools settings. |
setupProcessSettings | Action |
The setup process settings delegate. |
Return Value
Type | Description |
---|---|
T | The tools settings. |