DotNetNuGetSourcer.

UpdateSource(string, DotNetNuGetSourceSettings) Method

Summary

Update the specified NuGet source.

Syntax

public void UpdateSource(string name, DotNetNuGetSourceSettings settings)

Parameters

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

Return Value

Type Description
void