-
Notifications
You must be signed in to change notification settings - Fork 25
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
au failing to push package updates with PowerShell Core 7.3 #24
Comments
Spent a few hours trying to figure out what's going on, and I'm stumped. Not easy to debug as the codebase uses PowerShell Jobs, and as far as I can tell, you can't set breakpoints/step through Jobs. Also weird, I get different behaviour running in VS Code vs from PowerShell in Terminal. Very weird. |
Same for me with Chocolatey 2.0 |
FWIW I have a branch on my fork that is working - https://github.com/flcdrg/chocolatey-au/tree/fix-warnings |
And now my branch stopped working (mostly because I think GitHub Actions upgraded the version of PowerShell they use from 7.2 to 7.3) |
There seems to be a breaking change between PS 7.2 and 7.3 that is causing AU to fail when trying to push new package versions.
I can see Appveyor seems to have upgraded their images from 7.2 to 7.3 a few days ago and since then all my updates are failing. eg.
The extra trailing space does look suspicious
The text was updated successfully, but these errors were encountered: