diff --git a/appveyor.yml b/appveyor.yml index 4e0f3336..8f9da267 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,9 @@ skip_tags: true skip_commits: message: /readme*/ +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + install: - cinst Pester -y