Skip to content

Update NugetPackage

apobekiaris edited this page May 18, 2019 · 10 revisions

Update-NugetPackage

SYNOPSIS

Update VS project NuGet packages to their latest version found from all registered in the system sources.

SYNTAX

Update-NugetPackage [[-SourcePath] <String>] [[-RepositoryPath] <String>] [[-Filter] <String>]
 [[-sources] <String>] [<CommonParameters>]

DESCRIPTION

Update VS project NuGet packages to their latest version found from all registered in the system sources.

EXAMPLES

Example 1

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.

PARAMETERS

-Filter

{{ Fill Filter Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-RepositoryPath

{{ Fill RepositoryPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SourcePath

{{ 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

-sources

{{ Fill sources Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally