Skip to content

Commit 27c7f60

Browse files
committed
Fixed BuildUnityPackages sript path
1 parent 78190d5 commit 27c7f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
verbosity: minimal
99

1010
before_package:
11-
- powershell -noexit "& ""BuildUnityPackages.ps1"""
11+
- powershell -noexit "& ""C:\projects\mlapi\BuildUnityPackages.ps1"""
1212

1313
artifacts:
1414
- path: 'MLAPI\bin\Debug\MLAPI*'

0 commit comments

Comments
 (0)