Summary
Restores NuGet packages using the specified settings.
- Namespace
- Cake
.Common .Tools .NuGet .Restore - Containing Type
- NuGetRestorer
Syntax
public void Restore(FilePath targetFilePath, NuGetRestoreSettings settings)
Parameters
Name | Type | Description |
---|---|---|
targetFilePath | FilePath | The target file path. |
settings | NuGetRestoreSettings | The settings. |
Return Value
Type | Description |
---|---|
void |