From f2d5dd815bd14319df9b732fa90f8fda8d7a2d26 Mon Sep 17 00:00:00 2001 From: Brian Ball Date: Fri, 23 Aug 2024 18:44:49 -0500 Subject: [PATCH] comment out debug appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f9d3cd60b..914df3ab6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,6 +45,6 @@ test_script: on_finish: - cmd: echo FINISHED TEST_SCRIPTS - cmd: C:\projects\openstudio-server\ci\appveyor\print_logs.cmd - - 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')) on_failure: - cmd: C:\projects\openstudio-server\ci\appveyor\print_logs.cmd