1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Update appveyor.yml

This commit is contained in:
Leonardo Galli 2017-04-10 16:12:52 +02:00 committed by GitHub
parent d33ec334f3
commit 07254adf91

View File

@ -46,3 +46,6 @@ only_commits:
- setup/
- appveyor.yml
- build-appveyor.cake
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))