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 2018/02/15 17:28:06 UTC

[cordova-windows] 01/01: show output of MSBuild --buildFlag /clp:Verbosity=normal

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

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

commit a5f6daeab9f96ce3ec7568be4178b7a2a75c15e2
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Feb 15 18:27:54 2018 +0100

    show output of MSBuild
    --buildFlag /clp:Verbosity=normal
---
 spec/e2e/endtoend.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/e2e/endtoend.spec.js b/spec/e2e/endtoend.spec.js
index 97dbf41..0e5b3e8 100644
--- a/spec/e2e/endtoend.spec.js
+++ b/spec/e2e/endtoend.spec.js
@@ -239,7 +239,7 @@ describe('Cordova create and build', function () {
 
     // this will be move up again when it is fixed for VS 2017 on AppVeyor
     it('spec.6a should generate appxupload and appxbundle for Windows 10 project bundle release build', function () {
-        shell.exec(buildScriptPath + ' --release --bundle --archs=\"x64 x86 arm\"', {silent: silent});
+        shell.exec(buildScriptPath + ' --release --bundle --archs=\"x64 x86 arm\" -- --buildFlag /clp:Verbosity=normal', {silent: silent});
         _expectExist(/.*bundle\.appxupload$/, 3);
         _expectSubdirAndFileExist('CordovaApp.Windows10_1.0.0.0_Test', 'CordovaApp.Windows10_1.0.0.0_x64_x86_arm.appxbundle');
     });

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

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