Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit c409df5

Browse files
author
Xuan Zhou
authored
add debug scripts for CI
1 parent 8df6580 commit c409df5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ build_script:
55
clone_depth: 1
66
os: Visual Studio 2015 CTP
77
test: off
8-
deploy: off
8+
deploy: off
9+
on_finish:
10+
- 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)