Skip to content

Commit b5afb24

Browse files
committed
Added UnityPackage to AppVeyorr artifacts output
1 parent 2544646 commit b5afb24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ build:
77
project: MLAPI.sln
88
verbosity: minimal
99

10-
10+
before_package:
11+
- BuildUnityPackages.ps1
12+
1113
artifacts:
1214
- path: MLAPI\bin\Debug\MLAPI*
15+
- path: *.unitypackage
16+
1317

1418
image: Visual Studio 2017
1519

0 commit comments

Comments
 (0)