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: -