Summary
Creates a NuGet package from the specified settings.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPacker
Syntax
public void Pack(NuGetPackSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | NuGetPackSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
