Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 58b7a1c

Browse files
after_test does not run on test failure
1 parent 51d8331 commit 58b7a1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ test:
5757
except:
5858
- DoNotRunOnAppVeyor
5959
- TimeSensitive
60-
after_test:
61-
- ps: Get-ChildItem build\*.log | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
6260
artifacts:
6361
- path: unity\PackageProject
6462
type: zip
6563
name: github-for-unity-packageproject
64+
- path: build\*.log
65+
on_failure:
66+
- ps: Get-ChildItem build\*.log | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 commit comments

Comments
 (0)