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