-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Add new release steps in release YAML #14583
Comments
I've read in other places that winget will provide pre-releases too. Above statements seems to contradict them. |
We currently release previews to winget and don't intend to change that |
while this patch was merged that should enable powershell-preview 8 around the time you replied. ''' |
or is it caused by "PackageLocale: en-US" ? I found it installs on PC in Germany with display language set to English but not when display language is set to "Deutsch" Example for failed installation:
Example for working installation:
|
@mi-hol I've discussed your issue in the linked winget issue and it looks like the issue is one of case-sensitivity. See microsoft/winget-pkgs#22522 (comment). |
Thanks for following up, now new topics come to mind.
|
This is an issue for winget, please open an issue there.
Yeah, I've opened #15836 to track updating our winget automation to standardise the manifests we generate better.
We automate the process with this script, which needs updating. However, the community often gets their winget updates merged first, which is an issue for consistency. @mi-hol at this point I think your discussion should be moved to #15836, since it's not on topic for this issue. |
This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you. |
2 similar comments
This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you. |
This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you. |
This issue has been marked as "No Activity" as there has been no activity for 6 months. It has been closed for housekeeping purposes. |
There are some release steps for PowerShell that need to be included in the YAML, first as manual steps and then hopefully as automated ones (ideally turned into GH actions if possible).
Also we should add logic to skip (rather than fail) the global tool step for preview releases.
The text was updated successfully, but these errors were encountered: