You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/04 16:26:33 UTC

[cordova-windows] branch master updated: Support latest Visual Studio 2017 (15.9.x) (#329)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/master by this push:
     new 95401b3  Support latest Visual Studio 2017 (15.9.x) (#329)
95401b3 is described below

commit 95401b36b20e5c4b37a3253ed0042b98380caf27
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat May 4 18:26:28 2019 +0200

    Support latest Visual Studio 2017 (15.9.x) (#329)
---
 template/cordova/lib/MSBuildTools.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/cordova/lib/MSBuildTools.js b/template/cordova/lib/MSBuildTools.js
index 2a0de96..ae43ad1 100644
--- a/template/cordova/lib/MSBuildTools.js
+++ b/template/cordova/lib/MSBuildTools.js
@@ -113,7 +113,7 @@ module.exports.findAllAvailableVersions = function () {
 function findAllAvailableVersionsFallBack () {
     // console.log('findAllAvailableVersionsFALLBACK');
 
-    var versions = ['15.5', '15.0', '14.0', '12.0', '4.0'];
+    var versions = ['15.9', '15.5', '15.0', '14.0', '12.0', '4.0'];
     events.emit('verbose', 'Searching for available MSBuild versions...');
 
     return Q.all(versions.map(checkMSBuildVersion)).then(function (unprocessedResults) {


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