From a8dd22f53ae72e6ae5ba94fd5d1d3027d1f7ee14 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 13 Mar 2017 08:56:46 +0100 Subject: [PATCH] Revert "Use os: Visual Studio 2017 in appveyor.yml" This reverts commit 87c408b42d2a1a866d39961940d85573495dd2f8. CL.exe doesn't seem to be in the path any more when using the AppVeyor Visual Studio 2017 environment. msbuild "C:\projects\libsodium\libsodium.vcxproj" /m /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" Microsoft (R) Build Engine version 15.1.548.43366 Copyright (C) Microsoft Corporation. All rights reserved. TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified. [C:\projects\libsodium\libsodium.vcxproj] --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 32d49842..d0398226 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 1.0.10.{build} -os: Visual Studio 2017 +os: Visual Studio 2015 environment: matrix: