ToolRepository.

Register(FilePath) Method

Summary

Registers the specified path with the repository.
Namespace
Cake.Core.Tooling
Containing Type
ToolRepository

Syntax

public void Register(FilePath path)

Parameters

Name Type Description
path FilePath The path to register.

Return Value

Type Description
void