OctopusDeployAliases.

OctoPush(ICakeContext, string, string, IEnumerable<FilePath>, OctopusPushSettings) Method

Summary

Pushes the specified packages to the Octopus Deploy repository.

Syntax

[CakeMethodAlias]
public static void OctoPush(this ICakeContext context, string server, string apiKey, IEnumerable<FilePath> packagePaths, OctopusPushSettings settings)

Attributes

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

Parameters

Name Type Description
context ICakeContext The cake context.
server string The Octopus server URL.
apiKey string The user's API key.
packagePaths IEnumerable<FilePath> Paths to the packages.
settings OctopusPushSettings The settings.

Return Value

Type Description
void