Summary
Gets or sets a value indicating whether users has to accept the package license.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public bool? RequireLicenseAcceptance { get; set; }
Value
Type | Description |
---|---|
bool? |
true if users has to accept the package license; otherwise, false .
|