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 <piotrow...@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
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