NuSpecContentFile.

CopyToOutput Property

Summary

Gets or sets a value indicating whether to copy content items to the build (or publish) output folder. Defaults to false.

Syntax

public bool CopyToOutput { get; set; }

Value

Type Description
bool true if content items should be copied to the output folder; otherwise, false.