-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in PackageTool.ps1 with Powershell 7.4 #240
Comments
The source of the problem is explained well here: microsoft/PowerShellForGitHub#413, and an appropriate fix that could be used in this project can be seen in microsoft/PowerShellForGitHub#415 |
Thanks @HowardWolosky, |
Hello @HowardWolosky, do you have any estimation when this fix can be published in PowerShellGallery? It seems to me that pulling directly from github repo and building it inside of github action is not the best long term solution. |
Thanks @HowardWolosky
|
@HowardWolosky I'm still getting an exception with PackageTool:
Or have I done the import/update wrong? |
Thanks @camnewnham importing was successfull, but I also got another issue
|
@szujak - The problem you're seeing is unrelated to this problem. Go ahead and file a different issue, and try to provide additional lines from your StoreBroker.log file leading up to that error. The root issue it points to is that the .xml file that your using for your PDP files is missing a namespace attribute. In the new issue that you open, you can cover how you created those PDP files and possibly even share a sample one. |
@camnewnham - Nothing wrong on your end. I did a bad merge. Parameter for |
@camnewnham The problem you were seeing should now be fixed as of #246. |
@HowardWolosky When will be a new release in the PSGallery? |
Likely early this week. |
This fix has now been published to PowerShellGallery. /cc: @zhuxb711, @camnewnham, @szujak |
Fantastic, we appreciate the quick triage @HowardWolosky :) |
Github Actions runners have just been updated from Powershell Core to Powershell 7.4.x : actions/runner-images#9115
This is causing an exception in PackageTool.ps1:
The text was updated successfully, but these errors were encountered: