appveyor: use on_finish section to upload artifacts
authorVincent Fu <vincent.fu@wdc.com>
Tue, 26 May 2020 17:22:38 +0000 (13:22 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Thu, 28 May 2020 17:05:33 +0000 (13:05 -0400)
commit75fdb108407d34de0928f1326debcfeef1c01445
treebb439687e6f48ab1de8bb2d59f07b09ae7d661cd
parent44ec32cbf63c76a9d0e22e0505c0d7888d07afaa
appveyor: use on_finish section to upload artifacts

We cannot rely on the artifacts section to upload test artifacts because
when a test failure occurs, the entire build process stops and the
artifacts are not uploaded. Use the on_finish section instead to upload
test artifacts.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
.appveyor.yml