Summary
Gets or sets a value indicating whether to copy content items to the build (or publish) output folder.
Defaults to
false
.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuSpecContentFile
Syntax
public bool CopyToOutput { get; set; }
Value
Type | Description |
---|---|
bool |
true if content items should be copied to the output folder; otherwise, false .
|