'Microsoft.PowerShell-Preview-MSIX' and sub-package naming conventions #18773
-
@ItzLevvie, @OfficialEsco, currently there is a Microsoft.PowerShell-Preview-MSIX package. After fixing the PowerShell.Preview packages, I was wondering on (also for future reference) how to handle the PowerShell MSIX package. First off, I know PowerShell has since been released via the Microsoft store, but I am also thinking of scenario's where one might want to install PowerShell on ARM based systems from command line at some point. Now to the naming convention, I would suggest 'PowerShell.MSIX.Preview', making it clear that the MSIX package is an offshoot of the PowerShell package, with its own stable & preview features. On the other hand, I would also be fine with removing the MSIX package distinction alltogether and just adding the MSIX packages as arm32/arm64 architecture packages to the relevant release version on the main PowerShell(.Preview) packages. In the latter case I would still suggest tackling the above naming convention for other packages that do have proper 'sub packages' each with their own stable/beta/preview structures. Would love to hear what you guys think! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I was confused about the Microsoft.PowerShell-Preview-MSIX package, i think they have stopped distributing the msix files and instead put it inside the zip(?) The correct location would be in the same manifest as Microsoft.Powershell and Microsoft.Powershell.Preview, and maybe make a issue on https://github.com/PowerShell/PowerShell Could probably add @denelon to this incase he got some extra information |
Beta Was this translation helpful? Give feedback.
I was confused about the Microsoft.PowerShell-Preview-MSIX package, i think they have stopped distributing the msix files and instead put it inside the zip(?)
The correct location would be in the same manifest as Microsoft.Powershell and Microsoft.Powershell.Preview, and maybe make a issue on https://github.com/PowerShell/PowerShell
Could probably add @denelon to this incase he got some extra information