Remove rdp-debug

This commit is contained in:
Calle Pettersson 2016-12-22 07:45:09 +01:00 committed by GitHub
parent 8482814343
commit e65b785995
1 changed files with 0 additions and 1 deletions

View File

@ -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: |