We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d58a0 commit 467dc7cCopy full SHA for 467dc7c
appveyor.yml
@@ -45,6 +45,7 @@ test_script:
45
on_finish:
46
- cmd: echo FINISHED TEST_SCRIPTS
47
- cmd: C:\projects\openstudio-server\ci\appveyor\print_logs.cmd
48
- - 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'))
49
+ - ps: Write-Host "Build finished. Keeping RDP session alive."; Start-Sleep -Seconds 3600
50
on_failure:
51
0 commit comments