From e65b7859959f881dd67dc7c0d04591a64021a031 Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Thu, 22 Dec 2016 07:45:09 +0100 Subject: [PATCH] Remove rdp-debug --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b0065810..fa83dbba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,6 @@ install: build_script: - ps: gitversion /output json /showvariable FullSemVer | Set-Content VERSION -PassThru - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - govendor test -v +local - promu build -v . - ps: |