Summary
Resolves the specified tool using the specified tool repository.
- Namespace
- Cake
.Core .Tooling - Containing Type
- I
Tool Resolution Strategy
Syntax
FilePath Resolve(IToolRepository repository, string tool)
Parameters
Name | Type | Description |
---|---|---|
repository | IToolRepository | The tool repository. |
tool | string | The tool. |
Return Value
Type | Description |
---|---|
FilePath | The path to the tool; otherwise null . |