Skip to content

Commit db161ef

Browse files
committed
review actions
1 parent 73ac103 commit db161ef

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

appveyor/scripts/setBuildVersionVars.ps1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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/
69
if ($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))

0 commit comments

Comments
 (0)