Summary
Gets or sets the package content files.
- Namespace
- Cake
.Common .Tools .NuGet .Pack - Containing Type
- NuGetPackSettings
Syntax
public ICollection<NuSpecContentFile> ContentFiles { get; set; }
Value
| Type | Description |
|---|---|
| ICollection |
The package content files. |
