Summary
Gets or sets a list of packages sources to use for this command.
- Namespace
- Cake
.Common .Tools .NuGet .Install - Containing Type
- NuGetInstallSettings
Syntax
public ICollection<string> Source { get; set; }
Value
Type | Description |
---|---|
ICollection |
The list of packages sources to use for this command. |