Summary
Creates a Chocolatey package from the specified Nuspec file.
- Namespace
- Cake
.Common .Tools .Chocolatey .Pack - Containing Type
- ChocolateyPacker
Syntax
public void Pack(FilePath nuspecFilePath, ChocolateyPackSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| nuspecFilePath | FilePath | The nuspec file path. |
| settings | Chocolatey |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
