Browse Source

Enable netcoreapp2.1 tests on AppVeyor

pull/604/head
Jason Nelson 8 years ago
parent
commit
dda53ff3b3
  1. 10
      appveyor.yml

10
appveyor.yml

@ -6,13 +6,11 @@ skip_branch_with_pr: true
environment:
matrix:
### TODO: Enable the netcoreapp2.1 target when RC2 has been released!
#- target_framework: netcoreapp2.1
# is_32bit: False
- target_framework: netcoreapp2.1
is_32bit: False
#- target_framework: netcoreapp2.1
# is_32bit: True
- target_framework: netcoreapp2.1
is_32bit: True
- target_framework: netcoreapp2.0
is_32bit: False

Loading…
Cancel
Save