Skip to content

Commit

Permalink
Enable RDP
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Nov 11, 2018
1 parent 568a8da commit 0b81adb
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 @@ -2,6 +2,9 @@ version: 2.1.0.{build}

image: Visual Studio 2017

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

build_script:
- ps: .\src\build.ps1 -Configuration Release

Expand Down

0 comments on commit 0b81adb

Please sign in to comment.