Prevent waiting hours on failing build
This commit is contained in:
parent
693ae44569
commit
772be9c0e7
@ -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'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user