Summary
    Gets or sets the specified NuGet package sources to use during the build.
    
		- Namespace
 - Cake
.Common .Tools .DotNet .Build  - Containing Type
 - DotNetBuildSettings
 
Syntax
public ICollection<string> Sources { get; set; }
	Remarks
    Requires .NET Core 2.x or newer.
    
	Value
| Type | Description | 
|---|---|
| ICollection | 
					
