Update appveyor.yml

This commit is contained in:
Victor Zverovich 2017-10-21 06:12:52 -07:00 committed by GitHub
parent dfde712175
commit f5cccb98f0

View File

@ -18,10 +18,10 @@ before_build:
build_script:
- python support/appveyor-build.py
on_failure:
- appveyor PushArtifact Testing/Temporary/LastTest.log
- appveyor AddTest test
#on_failure:
# - appveyor PushArtifact Testing/Temporary/LastTest.log
# - appveyor AddTest test
# Uncomment this to debug AppVeyor failures.
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))