From a91c1f1b1b8d5165b5d7ea2206d797d58bda2719 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 31 Mar 2018 16:59:09 +0200 Subject: [PATCH] disable netcoreapp2.0 + 32bit --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 934e0273ea..e40d9feb97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,8 +8,8 @@ environment: matrix: - target_framework: netcoreapp2.0 is_32bit: False - - target_framework: netcoreapp2.0 - is_32bit: True + #- 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