From 6ce46225749f018b06cc1e490dfa214c65574b9a Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 17 Jul 2019 17:37:37 -0500 Subject: [PATCH] Fixed matrix exclude --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 662078e7..6fe5fd96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,9 +37,10 @@ artifacts: # When Net3 is added, this will need to be moved to the for block to matrix: exclude: + # Don't exclude Release_Net4|x64 - BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe - configuration: Release - platform: x64 + configuration: Release_Net4 + platform: x86 for: -