Summary
Gets or sets a value indicating whether a symbol package should be created.
Defaults to
false
.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public bool Symbols { get; set; }
Value
Type | Description |
---|---|
bool |
true if a symbol package should be created; otherwise, false .
|