GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-windows/pull/130
CB-9565 with logic tweak Fixes a small oversight in the previous pull request. You can merge this pull request into a Git repository by running: $ git pull https://github.com/purplecabbage/cordova-windows CB-9565 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-windows/pull/130.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #130 ---- commit 8ea8a719848e296e2cd54b2c5479160a9467046c Author: Rob Paveza <rob.pav...@microsoft.com> Date: 2015-09-22T17:39:19Z CB-9565: Build failure for Windows 10. This error is a result of using x64 Node and an incompatibility with x64 msbuild; the .NET Native compiler is x86 only (for where it can run). As a result, when msbuild-x64 tries to use it, it fails. This works around the issue by running x86 instead. commit c36052ba44c412b3927940361aae04dd7ddf124b Author: Jesse MacFadyen <purplecabb...@gmail.com> Date: 2015-10-26T21:34:19Z Merge branch 'CB-9565' of https://github.com/MSOpenTech/cordova-windows into CB-9565 commit bd87ef2ef95fcc54e669141db8572935a47eb403 Author: Jesse MacFadyen <purplecabb...@gmail.com> Date: 2015-10-26T21:37:31Z fix logic error ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org