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

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


The following commit(s) were added to refs/heads/janpio-CB-13834 by this push:
     new 17b55e2  log buildproject msbuild call
17b55e2 is described below

commit 17b55e20e2c18c9cc6eb9a2a121fa0713592f6d8
Author: Jan Piotrowski <piotrow...@gmail.com>
AuthorDate: Thu Feb 15 00:06:10 2018 +0100

    log buildproject msbuild call
---
 template/cordova/lib/MSBuildTools.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/template/cordova/lib/MSBuildTools.js 
b/template/cordova/lib/MSBuildTools.js
index 7710372..20e93ef 100644
--- a/template/cordova/lib/MSBuildTools.js
+++ b/template/cordova/lib/MSBuildTools.js
@@ -65,6 +65,7 @@ MSBuildTools.prototype.buildProject = function (projFile, 
buildType, buildarch,
     }
 
     return promise.then(function () {
+        console.log('buildProject', path.join(that.path, 'msbuild'), 
[projFile].concat(args), { stdio: 'inherit' });
         return spawn(path.join(that.path, 'msbuild'), [projFile].concat(args), 
{ stdio: 'inherit' });
     });
 };

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

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

Reply via email to