Summary
Gets the possible names of the tool executable.
- Namespace
- Cake
.Common .Tools .InspectCode - Containing Type
- InspectCodeRunner
Syntax
protected override IEnumerable<string> GetToolExecutableNames(InspectCodeSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | InspectCodeSettings | The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
The tool executable name. |