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/14 21:44:19 UTC

[cordova-windows] branch janpio-more_env_info_on_appveyor updated: check for file existance

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


The following commit(s) were added to refs/heads/janpio-more_env_info_on_appveyor by this push:
     new 454c68c  check for file existance
454c68c is described below

commit 454c68cd2263c3d6d56cb99405a07097977b05d3
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Feb 14 22:44:10 2018 +0100

    check for file existance
---
 appveyor.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index b073562..2a7ff63 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,7 +38,8 @@ test_script:
   - npm --version
   - msbuild -version -nologo
   - where msbuild
-  - "\"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" -property installationPath -products * -all"
-  - "\"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" -property installationPath -all"
-  - "\"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" -property installationPath -legacy"
+  - where vswhere
+  - "if exist \"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" \"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" -property installationPath -products * -all"
+  - "if exist \"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" \"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" -property installationPath -all"
+  - "if exist \"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" \"%ProgramFiles(x86)%\\Microsoft Visual Studio\\Installer\\vswhere\" -property installationPath -legacy"
   - 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