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

Commit fd5de38

Browse files
Merge branch 'fixes/appveyor-failed-test-logs' into enhancements/repository-watcher-refactor
2 parents b8f7453 + 51d8331 commit fd5de38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ test:
5757
except:
5858
- DoNotRunOnAppVeyor
5959
- TimeSensitive
60+
after_test:
61+
- ps: Get-ChildItem build\*.log | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
6062
artifacts:
6163
- path: unity\PackageProject
6264
type: zip
6365
name: github-for-unity-packageproject
64-
- path: build\*.log

0 commit comments

Comments
 (0)