NuGetInstaller.

InstallFromConfig(FilePath, NuGetInstallSettings) Method

Summary

Installs NuGet packages using the specified package configuration file and settings.

Syntax

public void InstallFromConfig(FilePath packageConfigPath, NuGetInstallSettings settings)

Parameters

Name Type Description
packageConfigPath FilePath Path to package configuration to use for install.
settings NuGetInstallSettings The settings.

Return Value

Type Description
void