From 53a43d7e6e4ad1cfdf0ac2d44845ebb973627f8b Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Wed, 14 Mar 2018 08:41:20 +0100 Subject: [PATCH] Fix appveyor --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 91203820..e5de6228 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,3 +71,5 @@ deploy: on: appveyor_repo_tag: true +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) -- GitLab