Thanks to visit codestin.com Credit goes to github.com
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 cc34077 commit add36d5Copy full SHA for add36d5
.appveyor.yml
@@ -95,7 +95,7 @@ on_success:
95
# Enable this to be able to login to the build worker. You can use the
96
# `remmina` program in Ubuntu, use the login information that the line below
97
# prints into the log.
98
-#on_finish:
99
-# - |
100
-# echo "Running on_finish to establish connection back to the instance"
101
-# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+on_finish:
+ - |
+ echo "Running on_finish to establish connection back to the instance"
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments