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