ToolLocator.

Resolve(IEnumerable<string>) Method

Summary

Resolves the path to the specified tool.
Namespace
Cake.Core.Tooling
Containing Type
ToolLocator

Syntax

public FilePath Resolve(IEnumerable<string> toolExeNames)

Parameters

Name Type Description
toolExeNames IEnumerable<string> The possible names of the tool executable.

Return Value

Type Description
FilePath A path if the tool was found; otherwise null.