Description
Restores nuget packages for a specific solution file.
Syntax
Restore-Packages [-solutionPath] <String> [[-toolsPath] <String>] [[-sourceNugetExe] <String>] [<CommonParameters>]
Parameters
Name | Alias | Description | Required? | Default Value |
---|---|---|---|---|
-solutionPath | Full path to the solution file. | true | ||
-toolsPath | OPtional. The path to store nuget.exe to | false | ||
-sourceNugetExe | Optional. If provided, will download NuGet.exe if not already in the path. | false | https://dist.nuget.org/win-x86-commandline/latest/nuget.exe |