ChocolateyPacker.

Pack(FilePath, ChocolateyPackSettings) Method

Summary

Creates a Chocolatey package from the specified Nuspec file.

Syntax

public void Pack(FilePath nuspecFilePath, ChocolateyPackSettings settings)

Parameters

Name Type Description
nuspecFilePath FilePath The nuspec file path.
settings ChocolateyPackSettings The settings.

Return Value

Type Description
void