diff --git a/.appveyor.yml b/.appveyor.yml index 89b6724e2..5d39885e0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,7 +45,7 @@ environment: secure: 5Z8p2a6bS9Z1uPDJRZaTN3PZEUBNeRCC5SbrTEMYaA/pf+GcgR9O/0X3J5t/ueta init: -- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - git config --global user.email "chocolatey@realdimensions.net" - git config --global user.name "Chocolatey" - git config --global core.safecrlf false @@ -109,5 +109,5 @@ notifications: on_build_failure: true on_build_status_changed: 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'))