appveyor: improve RDP debugging options
This commit is contained in:
@@ -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'))
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
|
|||||||
Reference in New Issue
Block a user