From 32bdf8480645d1bd9b78409ee9593950ec99ee8e Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 21 Apr 2020 17:40:29 +0200 Subject: [PATCH] appveyor: improve RDP debugging options --- appveyor/.appveyor.yml.example-full | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor/.appveyor.yml.example-full b/appveyor/.appveyor.yml.example-full index f8b57b5..d7f4972 100644 --- a/appveyor/.appveyor.yml.example-full +++ b/appveyor/.appveyor.yml.example-full @@ -129,8 +129,12 @@ on_finish: ## note that you will need to connect within the usual build timeout limit (60 minutes) ## so you may want to adjust the build matrix above to just build the one of interest -#on_failure: +# print the connection info +#init: # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + +# block a failed build (until the watchdog barks) +#on_failure: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) #---------------------------------#