Summary
Pack the project using the specified path and settings.
- Namespace
- Cake
.Common .Tools .DotNet .Pack - Containing Type
- DotNetPacker
Syntax
public void Pack(string project, DotNetPackSettings settings)
Parameters
Name | Type | Description |
---|---|---|
project | string | The target file path. |
settings | DotNetPackSettings | The settings. |
Return Value
Type | Description |
---|---|
void |