Summary
Installs NuGet packages using the specified package id and settings.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstaller
Syntax
public void Install(string packageId, NuGetInstallSettings settings)
Parameters
Name | Type | Description |
---|---|---|
packageId | string | The source package id. |
settings | NuGetInstallSettings | The settings. |
Return Value
Type | Description |
---|---|
void |