-
-
Notifications
You must be signed in to change notification settings - Fork 7
Clear NugetCache
apobekiaris edited this page Sep 4, 2020
·
9 revisions
Clears all local nuget caches.
Clear-NugetCache [[-Filter] <String[]>] [-SkipVersionConverter] [-Recurse] [<CommonParameters>]
Clears all local nuget caches. The nuget.exe will be downloaded if not exists in order to run this. function
PS C:\> Clear-NugetCache
Clear all the packages of the main Nuget repository.
{{ Fill Filter Description }}
Type: String[]
Parameter Sets: (All)
Aliases:
Accepted values: XpandPackages, DevExpress
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Recurse Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill SkipVersionConverter Description }}
Type: SwitchParameter
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.