Remove RDP hooks

This commit is contained in:
Silarn
2019-05-21 10:51:13 -05:00
parent 93d2e9f44c
commit 92a22ac022
+1 -5
View File
@@ -18,8 +18,6 @@ artifacts:
name: nxmhandler_exe
- path: build\src\nxmhandler.pdb
name: nxmhandler_pdb
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_success:
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
@@ -27,6 +25,4 @@ on_success:
on_failure:
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- 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'))
- ps: ./send.ps1 failure $env:WEBHOOK_URL