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