Skip to content

Commit a9158c5

Browse files
committed
Add ability to remote access to AppVeyor (2) [win build]
1 parent a63e643 commit a9158c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ on_failure:
215215
on_success:
216216
- 'dir'
217217

218+
on_finish:
219+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
220+
218221
artifacts:
219222
- path: '.\*.zip'
220223
type: zip

0 commit comments

Comments
 (0)