Skip to content

Commit 467dc7c

Browse files
committed
add sleep to keep alive at end
1 parent 29d58a0 commit 467dc7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ test_script:
4545
on_finish:
4646
- cmd: echo FINISHED TEST_SCRIPTS
4747
- 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'))
48+
#- 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
4950
on_failure:
5051
- cmd: C:\projects\openstudio-server\ci\appveyor\print_logs.cmd

0 commit comments

Comments
 (0)