Summary
Adds the specified package source. Sources added this way will be searched before any global sources.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration .NuGet - Containing Type
- PackageInstaller
Syntax
public void AddPackageSource(string packageSource)
Parameters
Name | Type | Description |
---|---|---|
packageSource | string | The package source to add. |
Return Value
Type | Description |
---|---|
void |