forked from chocolatey/choco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolatey#1054) Ensure backups & beforeModify for dependencies
Previously we only ran backups and beforeModify scripts on the target package(s) and not their dependencies. This change should ensure we are _always_ running backups on any existing packages from a NuGet source before we try to modify them in any way. Additionally, this should ensure we can run the beforeModify scripts for ALL dependencies of the target package(s).
- Loading branch information
Showing
2 changed files
with
93 additions
and
40 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
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