Skip to content

Commit eddb65f

Browse files
committed
appveyor.yml: Don't do RDP on failure
This makes the build just slow on failure.
1 parent 998bcb6 commit eddb65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ after_build:
8787

8888
on_failure:
8989
# RDP for failure
90-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
90+
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
9191

9292
on_finish:
9393
#RDP for finish

0 commit comments

Comments
 (0)