-
-
Notifications
You must be signed in to change notification settings - Fork 7
Update NugetPackage
Update VS project NuGet packages to their latest version found from all registered in the system sources.
Update-NugetPackage [-SourcePath <String>] [-Filter <String>] [-ExcludeFilter <String>] [-Source <String[]>]
[<CommonParameters>]
Update-NugetPackage [-projects <FileInfo[]>] [-Filter <String>] [-ExcludeFilter <String>] [-Source <String[]>]
[<CommonParameters>]
Update VS project NuGet packages to their latest version found from all registered in the system sources.
PS C:\> Update-NugetPackage -SourcePath $sourcePath -Filter $filter -repositorypath $repositoryPath -VerboseUpdates all NuuGets that match to $Filter in all projects in $sourcePath and will install the packages in the $repositoryPath.
{{ Fill ExcludeFilter Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill Filter Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill Source Description }}
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill SourcePath Description }}
Type: String
Parameter Sets: SourcePath
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False{{ Fill projects Description }}
Type: FileInfo[]
Parameter Sets: projects
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
