IToolRepository.

Resolve(string) Method

Summary

Resolves the specified tool.
Namespace
Cake.Core.Tooling
Containing Type
IToolRepository

Syntax

IEnumerable<FilePath> Resolve(string tool)

Parameters

Name Type Description
tool string The tool to resolve.

Return Value

Type Description
IEnumerable<FilePath> The tool's file paths if any; otherwise null.