Summary
Lists the NuGet sources.
- Namespace
- Cake
.Common .Tools .DotNet .NuGet .Source - Containing Type
- DotNetNuGetSourcer
Syntax
public string ListSource(string format, DotNetNuGetSourceSettings settings)
Parameters
Name | Type | Description |
---|---|---|
format | string | The output format. Accepts two values: detailed (the default) and short. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
string | The NuGet sources. |