ChocolateySources.

AddSource(string, string, ChocolateySourcesSettings) Method

Summary

Adds Chocolatey package source using the specified settings to global user config.

Syntax

public void AddSource(string name, string source, ChocolateySourcesSettings settings)

Parameters

Name Type Description
name string Name of the source.
source string Path to the package(s) source.
settings ChocolateySourcesSettings The settings.

Return Value

Type Description
void