Add RDP connection to debug

This commit is contained in:
Silarn
2019-10-19 17:34:46 -05:00
parent 10c7aa07d6
commit bc2e78bfa7
+3 -1
View File
@@ -22,4 +22,6 @@ on_failure:
- ps: Push-AppveyorArtifact ${env:APPVEYOR_BUILD_FOLDER}\stdout.log
- ps: Push-AppveyorArtifact ${env:APPVEYOR_BUILD_FOLDER}\stderr.log
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 failure $env:WEBHOOK_URL
- ps: ./send.ps1 failure $env:WEBHOOK_URL
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))