From 98f9921413bc39e2783ecc1fe33afa66c52c14fa Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 27 Jan 2022 12:14:51 +0000 Subject: [PATCH] appveyor: enable skip_tags, RDP, disable fast_finish --- appveyor.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 41923f82..79005dd8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ version: '{build}' +skip_tags: true + environment: # Disable the winfsp-tests built-in exception filter to allow WER to collect dumps. WINFSP_TESTS_EXCEPTION_FILTER_DISABLE: 1 @@ -11,9 +13,9 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 CONFIGURATION: Release TESTING: Func -# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 -# CONFIGURATION: Release -# TESTING: Func + #- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + # CONFIGURATION: Release + # TESTING: Func - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 CONFIGURATION: Release TESTING: Func @@ -22,11 +24,8 @@ environment: #- CONFIGURATION: Release # TESTING: Perf -matrix: - fast_finish: true - init: -#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: # Hack to make WDK 1903 work on VS2015.