From a63e625ef19a08f8c13f1604868d52cb0f05a413 Mon Sep 17 00:00:00 2001 From: Christian Soltenborn Date: Sun, 14 May 2017 11:06:27 +0200 Subject: [PATCH] trying to fix deployment part of CI build --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index af87da1fc..6347da94d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -103,7 +103,7 @@ deploy: draft: true prerelease: true on: - os: Visual Studio 2017 + image: Visual Studio 2017 branch: master appveyor_repo_tag: true - provider: NuGet @@ -111,6 +111,6 @@ deploy: secure: rx+/6IsV+rGqz6/fd3QD6nag41KxW+iGxMTq7Hm3cV03r/TRUub8R6xJA9TjW0mG skip_symbols: true on: - os: Visual Studio 2017 + image: Visual Studio 2017 branch: master appveyor_repo_tag: true \ No newline at end of file