Skip to content

Commit 78190d5

Browse files
committed
Made powershell execute script
1 parent f893b63 commit 78190d5

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-
- BuildUnityPackages.ps1
11+
- powershell -noexit "& ""BuildUnityPackages.ps1"""
1212

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

0 commit comments

Comments
 (0)