appveyor always push artifacts

on success or failure
This commit is contained in:
Michael Davidsaver
2019-10-01 16:56:17 -07:00
parent 46f6fc6bfa
commit 51cceeab89
+3
View File
@@ -79,6 +79,9 @@ test_script:
- cmd: .ci/appveyor-make.bat tapfiles
- cmd: .ci/appveyor-make.bat test-results
on_finish:
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
#---------------------------------#
# debugging #