Disable RDP login for appveyor

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-02-06 12:14:53 -05:00
parent fb1e6c4f03
commit 6f1c8ab6df

View file

@ -3,10 +3,11 @@ platform:
- x64
# Use this to preseve the build VM after the build finishes
# Use this to preseve the build VM after the build finishes.
# Note that the appveyor builds will appear to hang; check the build log for details.
# https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
environment:
matrix: