Summary
Resolves the path to the specified tool.
- Namespace
- Cake
.Core .Tooling - Containing Type
- ToolLocator
Syntax
public FilePath Resolve(string tool)
Parameters
Name | Type | Description |
---|---|---|
tool | string | The tool. |
Return Value
Type | Description |
---|---|
FilePath | A path if the tool was found; otherwise null . |