Merge pull request #167 from merlokk/appve2

rdp
This commit is contained in:
Iceman 2019-04-17 17:52:36 +02:00 committed by GitHub
commit 6a8d3aa5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,4 +335,4 @@ on_success:
on_failure:
- ps: Write-Host "Build error." -ForegroundColor Red
on_finish:
- ps: $blockRdp = $false; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))