Skip to content

Commit

Permalink
Revert "Debug Appveyor"
Browse files Browse the repository at this point in the history
This reverts commit 137f4c5.
  • Loading branch information
reikdas committed Oct 23, 2020
1 parent 493e6ee commit e6dcc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ init:
on_failure:
# Your RDP session is limited by overall build time (60 min).
# 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'))
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit e6dcc49

Please sign in to comment.