Skip to content

Commit 6c66084

Browse files
committed
Disable RDP
1 parent bc5d297 commit 6c66084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ test_script:
131131
# Enable this to be able to login to the build worker. You can use the
132132
# `remmina` program in Ubuntu, use the login information that the line below
133133
# prints into the log.
134-
on_finish:
135-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
134+
# #on_finish:
135+
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)