Prevent waiting hours on failing build

This commit is contained in:
Bertrand Bellenot 2016-12-01 10:57:50 +01:00 committed by sftnight
parent 693ae44569
commit 772be9c0e7

View File

@ -40,4 +40,5 @@ init:
on_failure:
# Your RDP session is limited by overall build time (60 min).
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# On every failing build, we have to wait for hours... Uncomment the next line if remote access to the machine is really needed (e.g. for debugging)
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))