Summary
Gets the possible names of the tool executable.
- Namespace
- Cake
.Core .Tooling - Containing Type
- Tool
<TSettings>
Syntax
protected virtual IEnumerable<string> GetToolExecutableNames(TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
The name of the tool. |