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 803e013 commit a88ae8dCopy full SHA for a88ae8d
appveyor.yml
@@ -13,6 +13,7 @@ build_script:
13
14
after_build:
15
- ps: |
16
+ $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
17
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
18
Install-OpenSSH
19
0 commit comments