From a389b0cce9025c49b3d306cad0f8467e03b83dab Mon Sep 17 00:00:00 2001 From: Razi Alavizadeh Date: Thu, 26 Apr 2018 13:52:59 +0430 Subject: [PATCH] Disable blocking RDP --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0279f5f..7d3a469 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -195,6 +195,6 @@ deploy: init: - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) -# remote desktop connection on finish and block build to not destroy VM -on_finish: - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +# # remote desktop connection on finish and block build to not destroy VM +# on_finish: + # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))