Skip to content

Commit

Permalink
disable rdp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Baidakou committed Jun 8, 2017
1 parent b190c41 commit 38c1ea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -7,11 +7,11 @@ platform:
#configuration: Release

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

environment:
BOOST_ROOT: "C:\\Libraries\\boost_1_64_0"
Expand Down

0 comments on commit 38c1ea0

Please sign in to comment.