Skip to content

Commit

Permalink
Removed rdp session
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderstad committed Jul 27, 2018
1 parent 2c358c4 commit cdfae36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ test_script:
# Test with PowerShell and Pester
- ps: .\tests\pester.ps1

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

0 comments on commit cdfae36

Please sign in to comment.