Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Blocking RDP use for 1h overall
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Jul 26, 2018
1 parent 8c80b88 commit d748d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:

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

install:
# Get the latest stable version of Node.js or io.js
Expand Down

0 comments on commit d748d25

Please sign in to comment.