Skip to content

Commit a838d76

Browse files
committed
CI: enable RDP and SSH accesses for debugging
1 parent 4e52343 commit a838d76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ deploy:
6161
APPVEYOR_REPO_TAG: true
6262
configuration: Release
6363

64-
#on_finish:
65-
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
66-
# - sh: export APPVEYOR_SSH_BLOCK=true
67-
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
64+
on_finish:
65+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
66+
- sh: export APPVEYOR_SSH_BLOCK=true
67+
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -

0 commit comments

Comments
 (0)