We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c6e4f commit 2798227Copy full SHA for 2798227
appveyor.yml
@@ -132,5 +132,5 @@ test_script:
132
# Enable this to be able to login to the build worker. You can use the
133
# `remmina` program in Ubuntu, use the login information that the line below
134
# prints into the log.
135
-# #on_finish:
136
-#- 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'))
0 commit comments