From 97a9238f87542adb594d8e57a03458a1c3cd4a10 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 9 Mar 2018 08:41:23 +0100 Subject: [PATCH] disable debug rdp connecition --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c745716..d1f3a05 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,8 +15,8 @@ image: Visual Studio 2017 # Install pester module and init the Appveyor support. # Enable RDP connection for debugging -init: - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +#init: +# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: - ps: Import-Module .\tools\AppVeyor.psm1 @@ -68,5 +68,5 @@ after_deploy: - ps: Invoke-AppVeyorPSGallery -OnBranch 'master' # Pause build until `lock` on desktop is deleted. -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'))