Summary
Gets or sets the directory path where to restore the packages.
The default package restore location is %userprofile%\.nuget\packages on Windows and ~/.nuget/packages on macOS and Linux.
- Namespace
- Cake
.Common .Tools .DotNet .Package .Add - Containing Type
- Dot
Net Package Add Settings
Syntax
public DirectoryPath PackageDirectory { get; set; }
Value
Type | Description |
---|---|
DirectoryPath |