Browse Source

disabling mono execution for now

af/merge-core
Anton Firszov 8 years ago
parent
commit
86f42575f1
  1. 8
      appveyor.yml

8
appveyor.yml

@ -12,16 +12,16 @@ environment:
is_32bit: False
- target_framework: net462
is_32bit: True
- target_framework: mono
is_32bit: False
- target_framework: mono
is_32bit: True
- target_framework: net471
is_32bit: False
- 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: mono
# is_32bit: False
#- target_framework: mono
# is_32bit: True
#- target_framework: net47
# is_32bit: False
#- target_framework: net47

Loading…
Cancel
Save