Skip to content

Commit

Permalink
Do not create app bundles when using run-windows (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcginty authored and rozele committed Nov 16, 2016
1 parent 8bf64e1 commit 98ba1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion local-cli/runWindows/utils/msbuildtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class MSBuildTools {
'/clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal',
'/nologo',
`/p:Configuration=${buildType}`,
`/p:Platform=${buildArch}`
`/p:Platform=${buildArch}`,
'/p:AppxBundle=Never'
];

if (config) {
Expand Down

0 comments on commit 98ba1e5

Please sign in to comment.