Disable AppVeyor remote debugging
parent
765e015406
commit
b69af2d6e8
|
|
@ -5,8 +5,9 @@
|
|||
version: 1.0.{build}
|
||||
clone_depth: 3
|
||||
|
||||
init:
|
||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
# Remote debugging through RDP
|
||||
# init:
|
||||
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
|
||||
configuration:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue