Browse Source

Added builds for Net3

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

+ 6
- 0
appveyor.yml View File

@ -29,6 +29,8 @@ configuration: Release
platform:
- x64-Net4
- x86-Net4
- x64-Net3
- x86-Net3
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/Release
@ -41,6 +43,10 @@ matrix:
# Don't exclude Release_Net4|x64
- BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe
platform: x86-Net4
- BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe
platform: x64-Net3
- BUILD_DOC: 'yes' # Add one of these for most configuration sets, so we don't dupe
platform: x86-Net3
before_build:
- ps: |


Loading…
Cancel
Save