DebootstrapAliases.

Debootstrap(ICakeContext, string, string, string, string, DebootstrapSettings) Method

Assembly
Cake.Debootstrap.dll
Namespace
Cake.Debootstrap
Containing Type
DebootstrapAliases

Syntax

public static void Debootstrap(this ICakeContext ctx, string suite, string target, string mirror = null, string script = null, DebootstrapSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
ctx ICakeContext
suite string
target string
mirror string
script string
settings DebootstrapSettings

Return Value

Type Description
void