Get-NugetPackage
Gets all NuGet packages with the specified id.
Syntax
Get-NugetPackage [-PackageId] <String> [[-ProjectPath] <String>] [[-Source] <String>] [<CommonParameters>]
Description
Gets all NuGet packages with the specified id.
Parameters
-PackageId <String>
The id of the NuGet package to get.
| Position | Required | Default value | Accept pipeline input | Accept wildchard characters |
|---|---|---|---|---|
| 1 | true | false | false |
-ProjectPath <String>
The path to the website project containing e.g. the Bob.config.
| Position | Required | Default value | Accept pipeline input | Accept wildchard characters |
|---|---|---|---|---|
| 2 | false | false | false |
-Source <String>
The source to use to get the package.
| Position | Required | Default value | Accept pipeline input | Accept wildchard characters |
|---|---|---|---|---|
| 3 | false | false | false |
Examples
-------------------------- EXAMPLE 1 --------------------------
Get-NugetPackage Unic.Bob.Skip