Skip to content

Commit 59bba8e

Browse files
committed
Disable RDP access to AppVeyor build workers
1 parent 422c3fc commit 59bba8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ install:
2222
# Install dependencies
2323
- yarn --frozen-lockfile
2424

25-
on_finish:
26-
# Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var)
27-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
25+
# on_finish:
26+
# # Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var)
27+
# # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
28+
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2829

2930
build_script:
3031
- yarn run release:win

0 commit comments

Comments
 (0)