We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a96b9 commit 0151e27Copy full SHA for 0151e27
appveyor.yml
@@ -84,7 +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'))
+ - ps: $blockRdp = $true; 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