Skip to content

Commit

Permalink
Debug failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpett committed Aug 3, 2019
1 parent 123a055 commit 025f168
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ after_build:
}
- promu checksum output\

on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

artifacts:
- name: Artifacts
path: output\**\*
Expand Down

0 comments on commit 025f168

Please sign in to comment.