Skip to content

Commit

Permalink
Set up remote desktop to the build machine
Browse files Browse the repository at this point in the history
  • Loading branch information
replicaJunction committed Oct 22, 2015
1 parent 027317a commit 1cccc48
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 @@ -26,6 +26,9 @@ skip_tags: true
skip_commits:
message: /readme*/

init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

install:
- cinst Pester -y

Expand Down

0 comments on commit 1cccc48

Please sign in to comment.