We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e52343 commit a838d76Copy full SHA for a838d76
1 file changed
appveyor.yml
@@ -61,7 +61,7 @@ deploy:
61
APPVEYOR_REPO_TAG: true
62
configuration: Release
63
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 -
+on_finish:
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+ - sh: export APPVEYOR_SSH_BLOCK=true
+ - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
0 commit comments