We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb9b75 commit d7389b8Copy full SHA for d7389b8
appveyor.yml
@@ -8,7 +8,8 @@ build:
8
verbosity: minimal
9
10
before_package:
11
- - powershell "& ""C:\projects\mlapi\BuildUnityPackages.ps1"""
+ - cd C:\projects\mlapi
12
+ - powershell "& "".\BuildUnityPackages.ps1"""
13
14
artifacts:
15
- path: 'MLAPI\bin\Debug\MLAPI*'
0 commit comments