-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-479) Remove NuGet cache of package
Chocolatey doesn't use the NuGet cache at all, but NuGet always caches the package in the NuGet cache (and there is not a way to shut it off with NuGet calls unfortunately). This can cause issues when later using NuGet and trying to install a package from NuGet.org that is different, but carries the same name. The cached file will be served to the user causing hard to detect issues. Therefore we need to clean up after NuGet as there is no way to tell it NOT to cache the nupkg during install/upgrade.
- Loading branch information
1 parent
3757e7d
commit f48b490
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters