You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I'm getting issues with PowerShell in Store-published apps.
The system cannot find the file specified Microsoft.Management.Infrastructure.dll.
I can see the runtime in the app release folder, but the MSIX packaging doesn't seem to pick it up and bundle it into the store package before submission: (i.e. win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll)
Was originally waiting for PowerShell/PowerShell#12582 however it seems to allow publishing, just isn't packaging runtimes.
The text was updated successfully, but these errors were encountered:
Turns out this is a MSIX packaging issue in combination with the Microsoft.Management.Infrastructure package in particular.
I've raised a MS Support request (2107260010000013) to try and get this resolved internally.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting issues with PowerShell in Store-published apps.
The system cannot find the file specified Microsoft.Management.Infrastructure.dll.
I can see the runtime in the app release folder, but the MSIX packaging doesn't seem to pick it up and bundle it into the store package before submission: (i.e. win10-x64\lib\netstandard1.6\Microsoft.Management.Infrastructure.dll)
Was originally waiting for PowerShell/PowerShell#12582 however it seems to allow publishing, just isn't packaging runtimes.
The text was updated successfully, but these errors were encountered: