Skip to content

Commit

Permalink
Enable RDP debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jun 1, 2018
1 parent 5740ce0 commit e10f095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -54,5 +54,8 @@ build: false
test_script:
- "%CMD_IN_ENV% python runtests.py || %CMD_IN_ENV% python runtests.py || %CMD_IN_ENV% python runtests.py"

init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit e10f095

Please sign in to comment.