Browse Source

Fixed matrix exclude

pull/32/head
Anairkoen Schno 5 years ago
parent
commit
6ce4622574
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      appveyor.yml

+ 3
- 2
appveyor.yml View File

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


Loading…
Cancel
Save