Summary
Gets or sets the solution directory path for package restore.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstallSettings
Syntax
public DirectoryPath SolutionDirectory { get; set; }
Value
Type | Description |
---|---|
DirectoryPath | The solution directory path. |