Skip to content

Commit 48a96b9

Browse files
committed
AppVeyor: enable RDP access
1 parent e737f7b commit 48a96b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ init:
8484
- 'echo "Deploy installer executable: %NEED_INSTALLER%"'
8585
- 'echo "Deploy \\bin zip archive: %NEED_BINZIP%"'
8686
- 'echo "Deploy full zipped installer: %NEED_AUTOZIP%"'
87+
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
8788

8889
clone_script:
8990
- cmd: |

0 commit comments

Comments
 (0)