IToolLocator.

RegisterFile(FilePath) Method

Summary

Registers the specified tool file path.
Namespace
Cake.Core.Tooling
Containing Type
IToolLocator

Syntax

void RegisterFile(FilePath path)

Parameters

Name Type Description
path FilePath The tool path.

Return Value

Type Description
void