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