Skip to content

Commit dc908ae

Browse files
committed
Add build block for ssh diagnosis
1 parent b6493c6 commit dc908ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ build_script:
2626

2727
test_script:
2828
- dotnet test
29+
30+
on_finish:
31+
- sh: export APPVEYOR_SSH_BLOCK=true
32+
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -

0 commit comments

Comments
 (0)