From 73ff1302ccd9c5b0eff64925ecad5eef684ed4a8 Mon Sep 17 00:00:00 2001 From: Oliver Lipkau Date: Sat, 30 Dec 2017 21:35:08 +0100 Subject: [PATCH] Debug --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 50edc81..f6c0664 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -80,5 +80,5 @@ deploy: branch: master # release from master branch only appveyor_repo_tag: false # deploy on tag push only -# on_failure: - # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +on_failure: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))