Skip to content

Commit 3eb9b75

Browse files
committed
Removed noexit on build script
1 parent 27c7f60 commit 3eb9b75

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 "& ""C:\projects\mlapi\BuildUnityPackages.ps1"""
11+
- powershell "& ""C:\projects\mlapi\BuildUnityPackages.ps1"""
1212

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

0 commit comments

Comments
 (0)