Summary
Pushes the specified packages to Octopus Deploy internal repository.
- Namespace
- Cake
.Common .Tools .OctopusDeploy - Containing Type
- OctopusDeployPusher
Syntax
public void PushPackage(string server, string apiKey, FilePath[] packagePaths, OctopusPushSettings settings)
Parameters
Name | Type | Description |
---|---|---|
server | string | The Octopus server URL. |
apiKey | string | The user's API key. |
packagePaths | FilePath[] | Paths to the packages to be pushed. |
settings | OctopusPushSettings | The settings. |
Return Value
Type | Description |
---|---|
void |