We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b4f51 commit 4c4bba8Copy full SHA for 4c4bba8
appveyor.yml
@@ -237,3 +237,4 @@ deploy_script:
237
}
238
on_finish:
239
- if exist src\electron\electron.log ( appveyor-retry appveyor PushArtifact src\electron\electron.log )
240
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments