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