BootsAddin.

Boots(ICakeContext, Product, ReleaseChannel) Method

Assembly
Cake.Boots.dll
Namespace
Cake.Boots
Containing Type
BootsAddin

Syntax

public static Task Boots(this ICakeContext context, Product product, ReleaseChannel channel = 0)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
product Product
channel ReleaseChannel

Return Value

Type Description
Task