appveyor: improve RDP debugging options

This commit is contained in:
Ralph Lange
2020-04-21 17:40:29 +02:00
parent 070eab1473
commit 32bdf84806

View File

@@ -129,8 +129,12 @@ on_finish:
## note that you will need to connect within the usual build timeout limit (60 minutes) ## 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 ## 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')) # - 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')) # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#---------------------------------# #---------------------------------#