From 29a2b1d74fcc5d3162e5ccb1dfa33534ea9da364 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 1 Dec 2017 15:26:56 +0100 Subject: [PATCH] Use previous appveyor image. https://github.com/dotnet/standard/issues/567 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 76d1ae3e1c..ba3680d0b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -os: Visual Studio 2017 +os: Previous Visual Studio 2017 platform: - Any CPU skip_branch_with_pr: true