DotNetNuGetSourcer.

RemoveSource(string, DotNetNuGetSourceSettings) Method

Summary

Remove the specified NuGet source.

Syntax

public void RemoveSource(string name, DotNetNuGetSourceSettings settings)

Parameters

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

Return Value

Type Description
void