Update NugetPackage
Pages 277
-
- external help file: XpandPwsh-help.xml Module Name: XpandPwsh schema: 2.0.0
- Update-NugetPackage
- SYNOPSIS
- SYNTAX
- SourcePath
- projects
- DESCRIPTION
- EXAMPLES
- Example 1
- PARAMETERS
- -ExcludeFilter
- -Filter
- -Source
- -SourcePath
- -projects
- CommonParameters
- INPUTS
- System.String
- OUTPUTS
- System.Object
- NOTES
- RELATED LINKS
Clone this wiki locally
external help file: XpandPwsh-help.xml Module Name: XpandPwsh schema: 2.0.0
Update-NugetPackage
SYNOPSIS
Update VS project NuGet packages to their latest version found from all registered in the system sources.
SYNTAX
SourcePath
Update-NugetPackage [-SourcePath <String>] [-Filter <String>] [-ExcludeFilter <String>] [-Source <String[]>]
[<CommonParameters>]
projects
Update-NugetPackage [-projects <FileInfo[]>] [-Filter <String>] [-ExcludeFilter <String>] [-Source <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
-ExcludeFilter
{{ Fill ExcludeFilter Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Filter
{{ Fill Filter Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Source
{{ Fill Source Description }}
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SourcePath
{{ 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
-projects
{{ Fill projects Description }}
Type: FileInfo[]
Parameter Sets: projects
Aliases:
Required: False
Position: Named
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.