Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Restores nuget packages for a specific solution file.

Syntax

Restore-Packages [-solutionPath] <String> [[-toolsPath] <String>] [[-sourceNugetExe] <String>] [<CommonParameters>]

Parameters

NameAliasDescriptionRequired?Default Value
-solutionPath
Full path to the solution file.true
-toolsPath
OPtional. The path to store nuget.exe tofalse
-sourceNugetExe
Optional. If provided, will download NuGet.exe if not already in the path.falsehttps://dist.nuget.org/win-x86-commandline/latest/nuget.exe
  • No labels