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 2954583 commit 96e7aefCopy full SHA for 96e7aef
appveyor.yml
@@ -64,3 +64,5 @@ on_finish:
64
# You can add other artifacts here
65
(ls $zipFile)
66
) | % { Push-AppveyorArtifact $_.FullName }
67
+ $blockRdp = $true
68
+ iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments