Summary
Sets the tool executable names.
- Namespace
- Cake
.Common .Tools .Command - Containing Type
- Command
Settings Extensions
Syntax
public static T WithExecutableNames<T>(this T toolSettings, params string[] toolExecutableNames)
where T : CommandSettings
Type Parameters
Name | Description |
---|---|
T | The ToolSettings type. |
Parameters
Name | Type | Description |
---|---|---|
toolSettings | T | The tools settings. |
toolExecutableNames | string[] | The tool executable names. |
Return Value
Type | Description |
---|---|
T | The tools settings. |