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 00:01:49 UTC

[cordova-windows] branch janpio-CB-13834 updated: VSINSTALLDIR as proper env var

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 0a0cfe2  VSINSTALLDIR as proper env var
0a0cfe2 is described below

commit 0a0cfe23945ac1809c56b218c919ba66b492d226
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Feb 14 01:01:42 2018 +0100

    VSINSTALLDIR as proper env var
---
 appveyor.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index c3b44f9..6a58ab2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,11 +23,10 @@ image:
 - Visual Studio 2015
 - Visual Studio 2017
 environment:
+  VSINSTALLDIR: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community"
   matrix:
     - nodejs_version: "4"
     - nodejs_version: "6"
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-      VSINSTALLDIR: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community"
 
 install:
   - ps: Install-Product node $env:nodejs_version

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