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

Commit ede34b5

Browse files
Merge pull request #463 from github-for-unity/fixes/appveyor-failed-test-logs
Changes to appveyor script to capture tests of failed builds
2 parents c2f64aa + 58b7a1c commit ede34b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ artifacts:
6262
type: zip
6363
name: github-for-unity-packageproject
6464
- path: build\*.log
65+
on_failure:
66+
- ps: Get-ChildItem build\*.log | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 commit comments

Comments
 (0)