diff --git a/.appveyor.yml b/.appveyor.yml index 5ca48d45..fb442145 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +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')) + configuration: - Debug