NuGetSources.

RemoveSource(string, string, NuGetSourcesSettings) Method

Summary

Remove specified NuGet package source.
Namespace
Cake.Common.Tools.NuGet.Sources
Containing Type
NuGetSources

Syntax

public void RemoveSource(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