ToolLocator.

RegisterFile(FilePath) Method

Summary

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

Syntax

public void RegisterFile(FilePath path)

Parameters

Name Type Description
path FilePath The tool path.

Return Value

Type Description
void