Save-PSResource
fails when targeting Artifactory with -Version
(NormalizedVersion
issue)
#1689
Open
3 tasks done
Labels
Prerequisites
Steps to reproduce
Publish-PSResource
Save-PSResource
, specifying the version of the module with-Version
Expected behavior
Actual behavior
Error details
N/A
Environment data
Visuals
Running with
-Verbose
suggests that PSRG is usingNormalizedVersion
in$filter
on a call toFindPackagesById()
. Because Artifactory doesn't calculate this property for packages hosted on the service itself, the call returns no results andSave-PSResource
fails.The text was updated successfully, but these errors were encountered: