OctopusDeployAliases.

OctoPack(ICakeContext, string) Method

Summary

Packs the specified folder into an Octopus Deploy package.

Syntax

[CakeMethodAlias]
public static void OctoPack(this ICakeContext context, string id)

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.

Parameters

Name Type Description
context ICakeContext The cake context.
id string The package ID.

Return Value

Type Description
void