Skip to content

Commit

Permalink
comment out debug appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball authored Aug 23, 2024
1 parent 1e06406 commit f2d5dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f2d5dd8

Please sign in to comment.