Skip to content
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

Do not create app bundles when using run-windows #880

Merged
merged 1 commit into from
Nov 16, 2016
Merged

Do not create app bundles when using run-windows #880

merged 1 commit into from
Nov 16, 2016

Conversation

jmcginty
Copy link
Contributor

@jmcginty jmcginty commented Nov 14, 2016

This fixes issue After creating app packages, react-native run-windows fails with a build error

Using run-windows builds the code in debug mode, and is not meant for bundling. If the app has been previously bundled, the build process will attempt to create it.

This change tells msbuild not to create any bundles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants