Browse Source

disable netcoreapp2.0 + 32bit

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

4
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

Loading…
Cancel
Save