From 154391f97328aac114578a1c07f418ae9a970d3f Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 11 Jun 2018 15:40:41 -0700 Subject: [PATCH] Enable netcoreapp2.1 tests on AppVeyor --- appveyor.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d98fa9c6a8..83ab8e4c74 100644 --- a/appveyor.yml +++ b/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