-
Notifications
You must be signed in to change notification settings - Fork 239
Create Unpackaged publish docs for Windows #1686
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
Conversation
|
This PR should probably land first so the assets are copied. dotnet/maui#17238 The IDE works fine, just the publish steps are not working correctly. |
|
I thought MAUI lacked full support for unpackaged apps? e.g. dotnet/maui#10564, dotnet/maui#8553, dotnet/maui#8552 |
|
Suggestion: Mention the MSBuild property you'd pass to dotnet publish to change from framework dependent (the default) to self-contained (where all necessary runtime binaries are copied into the app's folder). This would be "-p:SelfContained=True". |
|
Replaced by #1864 |
Internal previews