From b1d49a1c1aa76b05c9f19f2e72096902f200e971 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 17 Jul 2019 17:36:12 -0500 Subject: [PATCH] Added x86 platforms back to AppVeyor --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7026e5c4..662078e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,17 +29,17 @@ configuration: - Release_Net4 platform: - x64 - #- x86 + - x86 artifacts: # When Net3 is added, this will need to be moved to the for block to only run for Net4 builds - path: BSIPA-ModList/bin/$(configuration) name: ModList -#matrix: - #exclude: - #- BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe - # configuration: Release - # platform: x64 +matrix: + exclude: + - BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe + configuration: Release + platform: x64 for: -