Skip to content

Commit

Permalink
Allow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Feb 19, 2020
1 parent 1425ac2 commit 5945ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ after_test:
- 7z a mapserver.zip ./build/* > nul

# Uncomment to enable debugging on the server
#on_finish:
# - ps: $blockRdp = $true; 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'))

artifacts:
- path: mapserver.zip
Expand Down

0 comments on commit 5945ab2

Please sign in to comment.