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

Commit 51d8331

Browse files
Changes to appveyor script to capture tests of failed builds
1 parent c2f64aa commit 51d8331

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)