Skip to content

Commit

Permalink
Try to get RDP access
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Mar 20, 2018
1 parent 6b07516 commit 7bc7d97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: build {build} {branch}

image: Visual Studio 2017

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

install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
Expand All @@ -25,5 +28,8 @@ build_script:
test_script:
- som core-lib/TestSuite/TestRunner.ns

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

cache:
- C:\ant

0 comments on commit 7bc7d97

Please sign in to comment.