From fc1d7a1fccf0ba4afd8537a83cdd7f40b619cb07 Mon Sep 17 00:00:00 2001 From: MysticBoy Date: Mon, 16 Mar 2020 16:38:46 +0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bd98ea7f..f0327d10 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,8 +43,6 @@ clone_depth: 5 # clone entire repository history if not def # environment variables environment: - DNVer: net472 - DNCVer: netcoreapp3.1 # my_var1: value1 # # this is how to set encrypted variable. Go to "Settings" -> "Encrypt YAML" page in account menu to encrypt data. # my_secure_var1: @@ -52,8 +50,12 @@ environment: matrix: - platform: x86 configuration: Debug + DNVer: net472 + DNCVer: netcoreapp3.1 - platform: x86 configuration: Release + DNVer: net472 + DNCVer: netcoreapp3.1 # this is how to allow failing jobs in the matrix matrix: