|
|
|
@ -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 |
|
|
|
|