From e569b9736b7a5f6e269f9f838d0a089d9138ce91 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 21 Aug 2017 17:31:14 +0200 Subject: [PATCH] :construction_worker: trying to fix build error See http://help.appveyor.com/discussions/problems/7450-build-error-on-vs-2017-image-suddenly. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4f423e2f2..50331a1fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: '{build}' os: - Visual Studio 2015 - - Visual Studio 2017 + - Previous Visual Studio 2017 environment: matrix: -- GitLab