Create Unpackaged publish docs for Windows#1686
Closed
mattleibow wants to merge 8 commits intodotnet:mainfrom
Closed
Create Unpackaged publish docs for Windows#1686mattleibow wants to merge 8 commits intodotnet:mainfrom
mattleibow wants to merge 8 commits intodotnet:mainfrom
Conversation
Member
Author
|
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. |
MSLukeWest
reviewed
Sep 19, 2023
MSLukeWest
reviewed
Sep 19, 2023
MSLukeWest
approved these changes
Sep 19, 2023
Contributor
|
I thought MAUI lacked full support for unpackaged apps? e.g. dotnet/maui#10564, dotnet/maui#8553, dotnet/maui#8552 |
MSLukeWest
reviewed
Oct 16, 2023
|
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". |
BretJohnson
reviewed
Oct 30, 2023
This was referenced Nov 6, 2023
Contributor
|
Replaced by #1864 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Internal previews