Summary
Gets or sets a value indicating whether to check if package
install consent is granted before installing a package.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstallSettings
Syntax
public bool RequireConsent { get; set; }
Value
Type | Description |
---|---|
bool |
true if to check if package install consent is granted before installing a package; otherwise, false .
|