From 4258603eb6ca643c55b4d5cc5a9df0b5142cba9f Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 13 Nov 2017 17:46:42 -1000 Subject: [PATCH] Appveyor debug commit to locate vcvarsall.bat --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a3f321e26..9b548eced 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -69,5 +69,5 @@ notifications: on_build_status_changed: false # Uncomment this to debug AppVeyor failures. -#on_finish: -# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))