-
-
Notifications
You must be signed in to change notification settings - Fork 7
Update NugetPackage
apobekiaris edited this page May 18, 2019
·
10 revisions
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 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: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill RepositoryPath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill SourcePath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill sources Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
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.