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