Summary
Installs NuGet packages using the specified package configuration file and settings.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstaller
Syntax
public void InstallFromConfig(FilePath packageConfigPath, NuGetInstallSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| packageConfigPath | FilePath | Path to package configuration to use for install. |
| settings | NuGetInstallSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
