IToolResolutionStrategy.

Resolve(IToolRepository, string) Method

Summary

Resolves the specified tool using the specified tool repository.
Namespace
Cake.Core.Tooling
Containing Type
IToolResolutionStrategy

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.