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