IToolRepository.

Register(FilePath) Method

Summary

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

Syntax

void Register(FilePath path)

Parameters

Name Type Description
path FilePath The path to register.

Return Value

Type Description
void