Summary
Packs the specified folder into an Octopus Deploy package.
- Namespace
- Cake
.Common .Tools .OctopusDeploy - Containing Type
- OctopusDeployAliases
Syntax
[CakeMethodAlias]
public static void OctoPack(this ICakeContext context, string id)
Attributes
Type | Description |
---|---|
Cake |
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 |