Skip to content

Commit

Permalink
Add AppVeyor debugging options
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Feb 8, 2018
1 parent 5861ee3 commit e625cbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Expand Up @@ -39,3 +39,8 @@ build_script:

test_script:
- call "%APPVEYOR_BUILD_FOLDER%\appveyor_build.cmd" test

# Uncomment this to enable Remote Desktop on the build worker at the end of the
# build. The worker is available for the remainder of the allocated hour.
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit e625cbc

Please sign in to comment.