File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
25
25
UPMCI_PROMOTION : 1
26
26
commands :
27
27
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
28
- - upm-ci package test --unity-version {{ editor.version }}
28
+ - upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
29
29
artifacts :
30
30
logs :
31
31
paths :
@@ -65,7 +65,7 @@ promote:
65
65
UPMCI_PROMOTION : 1
66
66
commands :
67
67
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
68
- - upm-ci package promote
68
+ - upm-ci package promote --package-path com.unity.formats.fbx
69
69
triggers :
70
70
tags :
71
71
only :
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ publish:
88
88
flavor : b1.small
89
89
commands :
90
90
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
91
- - upm-ci package publish
91
+ - upm-ci package publish --package-path com.unity.formats.fbx
92
92
triggers :
93
93
tags :
94
94
only :
You can’t perform that action at this time.
0 commit comments