diff --git a/appveyor.yml b/appveyor.yml index 4dcb28a4..e5a68662 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,5 +49,3 @@ on_success: git tag v$env:APPVEYOR_BUILD_VERSION git push origin --tags --porcelain } -on_finish: - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))