CakeHostExtensions.

InstallTool(CakeHost, Uri) Method

Summary

Registers a specific tool for installation.
Namespace
Cake.Frosting
Containing Type
CakeHostExtensions

Syntax

public static CakeHost InstallTool(this CakeHost host, Uri uri)

Parameters

Name Type Description
host CakeHost The CakeHost to configure.
uri Uri The tool URI.

Return Value

Type Description
CakeHost The same CakeHost instance so that multiple calls can be chained.