forked from PowerShell/PSResourceGet
-
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.
Bugfix - Correctly match package names from local repos (PowerShell#1731
) * Fix pattern matching code to match specific pkgName.version.nupkg not packageName* to avoid unwanted wildcard clashes * remove unused code * remove unused code some more * use Regex instead of WildcardPattern for FindVersion() too * add tests * remove comment * add ErrorVariable reference * addres PR feedback about comments and debug message * add comment
- Loading branch information
Showing
2 changed files
with
94 additions
and
29 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