-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot Publish MAUI App in Intune #17810
Comments
I am experiencing the exact same issue. I am using the publish function in Visual Studio. I was able to edit the msix appxmanifest using the MSIX Packaging Tool to get past this phase of the upload process. But my workaround results in a crash on installation for most users. |
You may need to set This will include the WASDK msix files, but this also is going to prevent any security patches from the OS being applied. However, with intune, this may not be a typical store app so will not really matter as you are doing enterprise things. |
Hi @igalfsg. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Description
When trying to publish a MAUI MSIX on Intune it says that the dependency "Microsoft.WindowsAppRuntime.1.2" is not in the package. Based on my research Intune removed the ability to load external packages from the manifest meaning that "Microsoft.WindowsAppRuntime.1.2" must be part of the application. Is there a way to compile the MAUI application with that dependency?
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
7.0.92
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net6.0-windows10.0.19041
Did you find any workaround?
I have not found a workaround.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: