Disable AppVeyor remote debugging
parent
765e015406
commit
b69af2d6e8
|
|
@ -5,8 +5,9 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
clone_depth: 3
|
clone_depth: 3
|
||||||
|
|
||||||
init:
|
# Remote debugging through RDP
|
||||||
- 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'))
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue