ChocolateyPusher.

Push(FilePath, ChocolateyPushSettings) Method

Summary

Pushes a Chocolatey package to a Chocolatey server and publishes it.

Syntax

public void Push(FilePath packageFilePath, ChocolateyPushSettings settings)

Parameters

Name Type Description
packageFilePath FilePath The package file path.
settings ChocolateyPushSettings The settings.

Return Value

Type Description
void