From 5d7ef500549161b72555e9e6cf2958183da43339 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 29 Jul 2021 14:11:27 +0300 Subject: [PATCH] mdbx-ci: disable RDP by default for AppVeyor. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f240de0d..7d7237dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,8 +52,8 @@ matrix: configuration: Release # Enable RDP for troubleshooting -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')) before_build: - git clean -x -f -d