-
Notifications
You must be signed in to change notification settings - Fork 296
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
PS Core 6.0 RC2 issue with 2.0.0 version not being catalog signed #612
Milestone
Comments
I ran into this today as well. If you're not going to fix this (until release?), you might at least update the instructions on PowerShell Gallery to include the -SkipPublisherCheck (those instructions also need -Force). |
You need to specify the |
Ah thanks @rkeithhill that worked perfectly |
The 2..0.0-beta4 is catalog signed. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment data
Steps to reproduce or exception report
Install PS Core 6.0 rc2 and execute:
This is what I get:
I should probably mention there is a simple workaround, use
-SkipPublisherCheck
but still, we shouldn't need a workaround.The text was updated successfully, but these errors were encountered: