Skip to content
Snippets Groups Projects
Commit e9ae7e21 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Appveyor: attempt to freeze VM on build failure

parent 8a1365aa
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,9 @@ test_script: ...@@ -64,8 +64,9 @@ test_script:
} }
on_failure: on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- appveyor AddTest test #- appveyor PushArtifact Testing/Temporary/LastTest.log
#- appveyor AddTest test
# Uncomment this to debug AppVeyor failures. # Uncomment this to debug AppVeyor failures.
on_finish: on_finish:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment