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

Commit 4ba9708

Browse files
Merge branch 'fixes/appveyor-failed-test-logs' into enhancements/repository-watcher-refactor
2 parents 1df8842 + 58b7a1c commit 4ba9708

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)