PackageInstaller.

AddPackageSource(string) Method

Summary

Adds the specified package source. Sources added this way will be searched before any global sources.

Syntax

public void AddPackageSource(string packageSource)

Parameters

Name Type Description
packageSource string The package source to add.

Return Value

Type Description
void
GitHub