diff --git a/appveyor.yml b/appveyor.yml index 27d86986..e179f664 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,9 +9,6 @@ environment: matrix: - BUILD_DOC: 'no' - BUILD_DOC: 'yes' - - native_platform: x64 - - native_platform: x86 - - net_platform: Net4 pull_requests: do_not_increment_build_number: true @@ -29,20 +26,21 @@ install: image: Visual Studio 2019 configuration: Release -platform: $(native_platform)-$(net_platform) +platform: + - x64-Net4 + - x86-Net4 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 name: ModList - - path: BSIPA-Meta/bin/$(configuration) + - path: BSIPA-Meta/bin/$(platform)/$(configuration) 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 - native_platform: x86 - net_platform: Net4 + platform: x86-Net4 for: - @@ -59,9 +57,8 @@ for: # this is never used because fuck me.... - matrix: - only: - - BUILD_DOC: 'yes' - platform: x64-Net4 + except: + - BUILD_DOC: 'no' artifacts: environment: