Summary
Adds NuGet packages to the package source, which is a folder or a UNC share. Http sources are not supported.
- Namespace
- Cake
.Common .Tools .NuGet .Add - Containing Type
- NuGetAdder
Syntax
public void Add(string packageId, NuGetAddSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| packageId | string | The source package id. |
| settings | NuGetAddSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
