-
-
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>] [-RepositoryPath <String>] [-Filter <String>] [-sources <String>]
[<CommonParameters>]
Update-NugetPackage [-projects <FileInfo[]>] [-RepositoryPath <String>] [-Filter <String>] [-sources <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 -Verbose
Updates all NuuGets that match to $Filter
in all projects in $sourcePath
and will install the packages in the $repositoryPath
.
{{ 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 RepositoryPath 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: False
{{ Fill sources Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.