don't stop always

This commit is contained in:
Hans Dembinski 2019-04-16 19:59:10 +02:00
parent 77f366b7c1
commit d2a633cbc7

View File

@ -32,5 +32,5 @@ test_script:
- b2 -j2 -q libs\histogram\test
on_failure:
# Stop VM and enable interactive login
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
## Uncomment the following line to stop VM and enable interactive login
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))