Summary
Gets or sets a value indicating whether this package should be marked as a serviceable.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public bool? Serviceable { get; set; }
Value
Type | Description |
---|---|
bool? |
true if serviceable; otherwise, false .
|