NuGetInstaller.

Install(string, NuGetInstallSettings) Method

Summary

Installs NuGet packages using the specified package id and settings.

Syntax

public void Install(string packageId, NuGetInstallSettings settings)

Parameters

Name Type Description
packageId string The source package id.
settings NuGetInstallSettings The settings.

Return Value

Type Description
void