Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit a8a969f

Browse files
committed
rdp onfinish
1 parent 89ceb5d commit a8a969f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ deploy:
7777
on:
7878
branch: /(stable|beta)/
7979

80-
init:
81-
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
80+
on_finish:
81+
- 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)