From 78b65cdd10f9a2e2c46d2f5f103ce87583b6cca9 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Tue, 20 Aug 2019 09:59:56 +0200 Subject: [PATCH] SEBWIN-338: Mixed up worker image for release and test build servers... :/ --- appveyor-release.yml | 2 +- appveyor-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-release.yml b/appveyor-release.yml index eed997df..2a91db7b 100644 --- a/appveyor-release.yml +++ b/appveyor-release.yml @@ -1,5 +1,5 @@ version: '3.0.0.{build}' -image: Visual Studio 2017 +image: Windows platform: x86 configuration: Release assembly_info: diff --git a/appveyor-test.yml b/appveyor-test.yml index 76a7b852..8766d0e2 100644 --- a/appveyor-test.yml +++ b/appveyor-test.yml @@ -1,5 +1,5 @@ version: '{build}' -image: Windows +image: Visual Studio 2017 platform: x86 configuration: Debug before_build: