From c595b9da88cddb5164df33420c0bf6df05ce52b0 Mon Sep 17 00:00:00 2001 From: Zev Spitz Date: Fri, 21 Jun 2019 03:16:08 +0300 Subject: [PATCH] Multitargeting 10 --- appveyor.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 57e3f27..10c0a3e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,14 @@ dotnet_csproj: before_build: - cmd: nuget restore +matrix: + fast_finish: true + exclude: + - image: Visual Studio 2019 + configuration: ReleaseCI2017 + - image: Visual Studio 2017 + configuration: ReleaseCI + for: - matrix: @@ -78,6 +86,4 @@ deploy: desciprion: '' auth_token: secure: aJaTRXIa+zc+SOGdNPKTH+znUun60Jh5b5pdjzLslhnoKk4vh1eoqO/vnGcDEwig - artifact: visualizer -matrix: - fast_finish: true \ No newline at end of file + artifact: visualizer \ No newline at end of file