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

Commit 3f70964

Browse files
committed
Revert "rdp onfinish"
This reverts commit a8a969f.
1 parent a8a969f commit 3f70964

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

0 commit comments

Comments
 (0)