summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2016-04-06 14:50:11 +0100
committerChris Wilson <chris+github@qwirx.com>2016-04-06 14:50:11 +0100
commitac4f798c52fbfb9df8d5fca29c4c1b2f1f0887f3 (patch)
treef75a39855769ebd84fe21b1833e107ec6fd1bcf0 /appveyor.yml
parentbafc9ff7713d09a7036a4030f14d46248fca2688 (diff)
Disable RDP access to Appveyor virtual machines
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f904566f..6b2cfc06 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,8 +31,9 @@ cache:
- 'infrastructure\cmake\build'
init:
- - reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f
- - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+# Uncomment the following two lines to enable RDP access to the virtual machine for debugging.
+# - reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 0 /f
+# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build:
parallel: true