Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c01f0d

Browse files
committedJul 23, 2019
debug build
1 parent 71a729c commit 2c01f0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ install:
3131

3232
test_script:
3333
- task.exe test-integration
34+
35+
# uncomment to debug builds
36+
on_finish:
37+
- 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)
Please sign in to comment.