diff --git a/appveyor.yml b/appveyor.yml index 79025ac..d3f3d7c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,10 @@ before_build: build: project: OpenParrot.sln verbosity: minimal + +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + artifacts: - path: build\bin\release\output\ name: OpenParrot$(platform)