From 588d95aa58f23a1f23326cdd501b32a34d2bbc14 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 27 Dec 2016 02:15:04 -0600 Subject: [PATCH] Remove RDP info from AppVeyor build: it's public. --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 26754edb..76552a58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,10 +9,6 @@ environment: - TARGET: x86_64-pc-windows-msvc CHANNEL: nightly -# Show RDP information on init. -init: - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - # Install Rust and Cargo install: - curl -sSf -o rustup-init.exe https://win.rustup.rs