From 51cceeab89960262e99fad07042cb6e0f258fd8d Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 1 Oct 2019 16:56:17 -0700 Subject: [PATCH] appveyor always push artifacts on success or failure --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 9bacc3596..00c27ab60 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 #