Skip to content

Commit

Permalink
print RDP details for windows builds (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronabramov committed Jul 12, 2017
1 parent 4ce8c3c commit d58e466
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ environment:
matrix:
- nodejs_version: "8"

init:
# debugging Appveyor build. More info:
# https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
- ps: iex ((new-object net.webclient).DownloadString('https://github.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

install:
- ps: Install-Product node $env:nodejs_version x64
- node --version
Expand Down

0 comments on commit d58e466

Please sign in to comment.