From 6f877419259358e19a5bc3208e66455bede75326 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Fri, 24 Jan 2020 10:31:50 +0100 Subject: [PATCH] appveyor.yml: Fail jobs faster The common case is that we are not debugging MSVC failures, therefore we don't need to wait until the timeout hits if an error occurred. This can be easily changed back for debugging. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a1edcf666..8dcf92848 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -189,7 +189,7 @@ on_finish: on_failure: #RDP for failure - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) artifacts: - path: ./*.exe