Skip to content

Commit d7389b8

Browse files
committed
Adjusted base path for Build script
1 parent 3eb9b75 commit d7389b8

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
@@ -8,7 +8,8 @@ build:
88
verbosity: minimal
99

1010
before_package:
11-
- powershell "& ""C:\projects\mlapi\BuildUnityPackages.ps1"""
11+
- cd C:\projects\mlapi
12+
- powershell "& "".\BuildUnityPackages.ps1"""
1213

1314
artifacts:
1415
- path: 'MLAPI\bin\Debug\MLAPI*'

0 commit comments

Comments
 (0)