Skip to content

Commit 7cf20ca

Browse files
author
Ryan Biwer
committed
Appveyor RDP
1 parent 88a8899 commit 7cf20ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ environment:
77
GH_TOKEN:
88
secure: mCHkUQ+tL4GmNF0UTbEtl5KsM+ZNX/qm5Fy3aAzkQScrkqhcf7w9Toz0bCT/EyWD
99

10-
# init:
11-
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
10+
init:
11+
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1212

1313
install:
1414
- ps: Install-Product node $env:nodejs_version
@@ -25,5 +25,5 @@ build_script:
2525
- npm run windows-build-all
2626
- npm run dist
2727

28-
# on_finish:
29-
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
28+
on_finish:
29+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)