Browse Source

Added x86 platforms back to AppVeyor

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
50415a2db1
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      appveyor.yml

+ 6
- 6
appveyor.yml View File

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


Loading…
Cancel
Save