NuGetRestorer.

Restore(FilePath, NuGetRestoreSettings) Method

Summary

Restores NuGet packages using the specified settings.

Syntax

public void Restore(FilePath targetFilePath, NuGetRestoreSettings settings)

Parameters

Name Type Description
targetFilePath FilePath The target file path.
settings NuGetRestoreSettings The settings.

Return Value

Type Description
void