From 9453cce30b205ef59b8d97efb813febf481e9a51 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 4 Mar 2023 17:30:54 +0100 Subject: [PATCH] revert appveyor pipeline --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 817bb7c69..2720208d8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,9 +23,9 @@ environment: #SKIP_ANALYSIS_TABULAR_INSTANCE: true matrix: # DEBUG: Comment and un-comment the different SQL Server version that should be tested. - #- TEST_CONFIGURATION: Integration_SQL2016 - #- TEST_CONFIGURATION: Integration_SQL2017 - - TEST_CONFIGURATION: Integration_SQL2019 + - TEST_CONFIGURATION: Integration_SQL2016 + - TEST_CONFIGURATION: Integration_SQL2017 + #- TEST_CONFIGURATION: Integration_SQL2019 #- TEST_CONFIGURATION: Integration_SQL2022 # DEBUG: See section on_finish last in this file on how to block build to keep RDP open.