We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2865f3f commit e4b793cCopy full SHA for e4b793c
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