From c7e0def68258ac7597c60e93d230861ed2165d13 Mon Sep 17 00:00:00 2001 From: Student Main Date: Wed, 18 Mar 2020 02:43:21 +0800 Subject: [PATCH] investigate why ci fail --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0e4c46fa..0f63af8a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,6 +40,8 @@ image: Visual Studio 2019 # set clone depth clone_depth: 5 # clone entire repository history if not defined +on_finish: + ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) # environment variables environment: