Skip to content

Commit

Permalink
Revert "Use os: Visual Studio 2017 in appveyor.yml"
Browse files Browse the repository at this point in the history
This reverts commit 87c408b.

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]
  • Loading branch information
jedisct1 committed Mar 13, 2017
1 parent 87c408b commit a8dd22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0.10.{build}

os: Visual Studio 2017
os: Visual Studio 2015

environment:
matrix:
Expand Down

0 comments on commit a8dd22f

Please sign in to comment.