Summary
    Resolves the specified tool.
    
		- Namespace
- Cake.Core .Tooling 
- Containing Type
- ToolRepository
Syntax
public IEnumerable<FilePath> Resolve(string tool)Parameters
| Name | Type | Description | 
|---|---|---|
| tool | string | The tool to resolve. | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | The tool's file paths if any; otherwise null. | 
