We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because of the hard-coded AppxBundle=Never option, you cannot override it with the msbuildprops property.
AppxBundle=Never
msbuildprops
https://github.com/microsoft/react-native-windows/blob/main/packages/%40react-native-windows/cli/src/utils/msbuildtools.ts#L112
Ideally this reads the msbuildprops option before setting a default.
Generating an .appxbundle still has some use cases. Currently this requires a package to the library
.appxbundle
No response
The text was updated successfully, but these errors were encountered:
Interesting. Not sure why it's hardcoded to Never here. Seems like something that should be moved to the property sheets and allow an override.
Never
Sorry, something went wrong.
No branches or pull requests
Summary
Because of the hard-coded
AppxBundle=Never
option, you cannot override it with themsbuildprops
property.https://github.com/microsoft/react-native-windows/blob/main/packages/%40react-native-windows/cli/src/utils/msbuildtools.ts#L112
Ideally this reads the
msbuildprops
option before setting a default.Motivation
Generating an
.appxbundle
still has some use cases. Currently this requires a package to the libraryBasic Example
No response
Open Questions
No response
The text was updated successfully, but these errors were encountered: