Summary
Adds NuGet package source using the specified settings to global user config.
- Namespace
- Cake
.Common .Tools .NuGet .Sources - Containing Type
- NuGetSources
Syntax
public void AddSource(string name, string source, NuGetSourcesSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | Name of the source. |
| source | string | Path to the package(s) source. |
| settings | NuGetSourcesSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
