diff --git a/support/appveyor.yml b/support/appveyor.yml index d7eb8434..351a5c75 100644 --- a/support/appveyor.yml +++ b/support/appveyor.yml @@ -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'))