From e014f7218f4e06ea91bb6bebebc9e59fea6f8a82 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 20 Nov 2017 13:53:11 -0800 Subject: [PATCH] Use previous version of Appveyor image to avoid dotnet bug (#497) --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3b8fd043c4..05d85794cd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,4 +16,4 @@ environment: test: off deploy: off -os: Visual Studio 2017 +image: Previous Visual Studio 2017