DotNetNuGetSourcer.

AddSource(string, DotNetNuGetSourceSettings) Method

Summary

Add the specified NuGet source.

Syntax

public void AddSource(string name, DotNetNuGetSourceSettings settings)

Parameters

Name Type Description
name string The name of the source.
settings DotNetNuGetSourceSettings The settings.

Return Value

Type Description
void