You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/11/11 02:33:13 UTC

cordova-windows git commit: CB-7985 windows platform does not build with Visual Studio 14 CTP tools

Repository: cordova-windows
Updated Branches:
  refs/heads/master bfe3ba31a -> 84c9547ab


CB-7985 windows platform does not build with Visual Studio 14 CTP tools

This fixes the bug - Microsoft.Common.props is loaded succesfully


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/84c9547a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/84c9547a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/84c9547a

Branch: refs/heads/master
Commit: 84c9547ab58bb256a3054f29612daec3d41196bc
Parents: bfe3ba3
Author: daserge <da...@yandex.ru>
Authored: Fri Nov 7 11:17:36 2014 +0300
Committer: daserge <da...@yandex.ru>
Committed: Fri Nov 7 11:17:36 2014 +0300

----------------------------------------------------------------------
 template/cordova/lib/MSBuildTools.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/84c9547a/template/cordova/lib/MSBuildTools.js
----------------------------------------------------------------------
diff --git a/template/cordova/lib/MSBuildTools.js b/template/cordova/lib/MSBuildTools.js
index 8c8946c..4994ca4 100644
--- a/template/cordova/lib/MSBuildTools.js
+++ b/template/cordova/lib/MSBuildTools.js
@@ -23,7 +23,7 @@ MSBuildTools.prototype.buildProject = function(projFile, buildType, buildarch) {
 
 // returns full path to msbuild tools required to build the project and tools version
 module.exports.findAvailableVersion = function () {
-    var versions = ['12.0', '4.0'];
+    var versions = ['14.0', '12.0', '4.0'];
 
     return Q.all(versions.map(checkMSBuildVersion)).then(function (versions) {
         // select first msbuild version available, and resolve promise with it


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org