From 674742a4156d8375ece0cb7bf8a48df6d5ebc7de Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 5 Jan 2020 01:18:42 -0600 Subject: [PATCH] Allowed failures building .NET 3 in CI --- appveyor.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8902c8f9..05712dc4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: -