Summary
Creates an Octopus deploy package with the specified ID.
- Namespace
- Cake
.Common .Tools .OctopusDeploy - Containing Type
- OctopusDeployPacker
Syntax
public void Pack(string id, OctopusPackSettings settings)
Parameters
Name | Type | Description |
---|---|---|
id | string | The package ID. |
settings | OctopusPackSettings | The settings. |
Return Value
Type | Description |
---|---|
void |