From a7df7601b0e2bb21378659ce2c4121ffc3424c2a Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 31 Mar 2018 20:31:39 +0200 Subject: [PATCH] temporarily make mono to run first --- appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e40d9feb9..9d699e8f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,10 @@ skip_branch_with_pr: true environment: matrix: + - target_framework: mono + is_32bit: False + - target_framework: mono + 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" @@ -22,10 +26,7 @@ environment: is_32bit: False - target_framework: net471 is_32bit: True - - target_framework: mono - is_32bit: False - - target_framework: mono - is_32bit: True + install: - ps: |