We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e737f7b commit 48a96b9Copy full SHA for 48a96b9
appveyor.yml
@@ -84,6 +84,7 @@ init:
84
- 'echo "Deploy installer executable: %NEED_INSTALLER%"'
85
- 'echo "Deploy \\bin zip archive: %NEED_BINZIP%"'
86
- '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'))
88
89
clone_script:
90
- cmd: |
0 commit comments