Skip to content

Commit

Permalink
comment out rdp
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Jan 18, 2021
1 parent e5d4ab8 commit 529bdd2
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 @@ -104,5 +104,5 @@ deploy:
on:
appveyor_repo_tag: true

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 529bdd2

Please sign in to comment.