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/13 14:32:30 UTC

[cordova-windows] branch janpio-more_env_info_on_appveyor created (now 6a2ea4a)

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

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


      at 6a2ea4a  more env information about msbuild and visual studio on appveyor

This branch includes the following new commits:

     new 6a2ea4a  more env information about msbuild and visual studio on appveyor

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
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


[cordova-windows] 01/01: more env information about msbuild and visual studio on appveyor

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6a2ea4ae424099735029112109a5d49968ddd8df
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Feb 13 15:32:21 2018 +0100

    more env information about msbuild and visual studio on appveyor
---
 appveyor.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index a52ea36..78bdc27 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -36,5 +36,8 @@ build: off
 test_script:
   - node --version
   - npm --version
-  - msbuild /version
+  - msbuild -version -nologo
+  - which msbuild
+  - "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere" -property installationPath -products * -all
+  - "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere" -property installationPath -all
   - npm test
\ No newline at end of file

-- 
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