Summary
Gets or sets a value indicating whether to allow installation of prerelease packages.
This flag is not required when restoring packages by installing from packages.config.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstallSettings
Syntax
public bool Prerelease { get; set; }
Value
Type | Description |
---|---|
bool |
true to allow installation of prerelease packages; otherwise, false .
|