Open clor09 opened 1 year ago
Same here. Only solution I have found so far via google was to import the older module 1.0.0.1: import-module powershellget -RequiredVersion 1.0.0.1 But this has to happen in a fresh window, so that powershellget was not already loaded. Why is nobody of Microsoft taking care of this ?
Prerequisites
Steps to reproduce
I used to publish my module successfully to gallery server. after recently i update my module and try to publish the new version. everytime i just got following error:
i dont think it's a bad manifest or any ps file syntax issue. cause i test my lastest successful version, and only do an version update like
Update-ModuleManifest -Path .\XXXXX.psd1 -ModuleVersion 0.0.6
. then publish-module for this new test version, it just failed again.Expected behavior
Actual behavior
Error details
Environment data
Version
2.2.5
Visuals
No response