OctopusDeployPacker.

Pack(string, OctopusPackSettings) Method

Summary

Creates an Octopus deploy package with the specified ID.

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