From 6d11ac772a9b3f882318ba2de3d9207c5d642851 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 31 Mar 2018 22:50:23 +0200 Subject: [PATCH] shuffling target frameworks, disabling net47, because the results are the same on net471 --- appveyor.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9d699e8f8c..dcf6011f76 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,27 +6,26 @@ skip_branch_with_pr: true environment: matrix: - - target_framework: mono - is_32bit: False - - target_framework: mono + - target_framework: net471 is_32bit: True - - target_framework: netcoreapp2.0 - is_32bit: False - #- target_framework: netcoreapp2.0 # As far as I understand, 32 bit test execution is not supported by "dotnet xunit" - # is_32bit: True - target_framework: net462 is_32bit: False - target_framework: net462 is_32bit: True - - target_framework: net47 + - target_framework: mono is_32bit: False - - target_framework: net47 + - target_framework: mono is_32bit: True - target_framework: net471 is_32bit: False - - target_framework: net471 - is_32bit: True - + - target_framework: netcoreapp2.0 + is_32bit: False + #- target_framework: netcoreapp2.0 # As far as I understand, 32 bit test execution is not supported by "dotnet xunit" + # is_32bit: True + #- target_framework: net47 + # is_32bit: False + #- target_framework: net47 + # is_32bit: True install: - ps: |