Browse Source

Allowed failures building .NET 3 in CI

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
4d528593f5
1 changed files with 4 additions and 11 deletions
  1. +4
    -11
      appveyor.yml

+ 4
- 11
appveyor.yml View File

@ -7,9 +7,7 @@ environment:
do_deploy: true
BuildForBeatSaber: 'false'
matrix:
- BUILD_DOC: 'no'
#- BUILD_DOC: 'yes'
BUILD_DOC: 'no'
pull_requests:
do_not_increment_build_number: true
@ -42,14 +40,9 @@ artifacts: # When Net3 is added, this will need to be moved to the for block to
name: BSIPA-$(platform)
matrix:
exclude:
# 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
allow_failures:
- platform: x64-Net3
- platform: x86-Net3
for:
-


Loading…
Cancel
Save