File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11$ErrorActionPreference = " Stop" ;
22
33# Accessing Windows build worker via Remote Desktop (RDP)
4- # Set a password via Appveyor settings to enable, ensure passsword requirements are met
5- # see docs: https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
4+ # To enable:
5+ # Set an RDP password (before triggering the build), ensure password requirements are met.
6+ # Remove the password after the RDP connection params are shown in the build output.
7+ # For passwords requirements and instructions for setting, see the appveyor docs:
8+ # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
69if ($env: APPVEYOR_RDP_PASSWORD ) {
710 $rdpScriptURL = ' https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'
811 iex ((new-object net.webclient).DownloadString($rdpScriptURL ))
You can’t perform that action at this time.
0 commit comments