Summary
Resolves the path to the specified tool.
- Namespace
- Cake
.Core .Tooling - Containing Type
- IToolLocator
Syntax
FilePath Resolve(IEnumerable<string> toolExeNames)
Parameters
Name | Type | Description |
---|---|---|
toolExeNames | IEnumerable |
The possible names of the tool executable. |
Return Value
Type | Description |
---|---|
FilePath | A path if the tool was found; otherwise null . |