mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Disable RDP login for appveyor
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
fb1e6c4f03
commit
6f1c8ab6df
1 changed files with 4 additions and 3 deletions
|
@ -3,10 +3,11 @@ platform:
|
||||||
- x64
|
- 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/
|
# https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
|
||||||
on_finish:
|
# on_finish:
|
||||||
- ps: $blockRdp = $true; 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'))
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue