File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,12 @@ pack:
134
134
packages :
135
135
paths :
136
136
- " upm-ci~/packages/**"
137
+ build_output :
138
+ paths :
139
+ - " com.autodesk.fbx"
140
+ build_output_promotion :
141
+ paths :
142
+ - " com.autodesk.fbx"
137
143
138
144
{% for editor in editors %}
139
145
{% for backend in backends %}
@@ -164,6 +170,9 @@ test_{{ platform.name }}_{{ editor.version }}_{{ backend.name }}:
164
170
logs :
165
171
paths :
166
172
- " upm-ci~/test-results/**/*"
173
+ build_output :
174
+ paths :
175
+ - " "
167
176
dependencies :
168
177
- .yamato/yamato.yml#pack
169
178
{% endfor %}
@@ -211,6 +220,9 @@ publish:
211
220
packages :
212
221
paths :
213
222
- " upm-ci~/packages/**"
223
+ build_output_promotion :
224
+ paths :
225
+ - " com.autodesk.fbx"
214
226
dependencies :
215
227
- .yamato/yamato.yml#promotion_test
216
228
{% for editor in editors %}
@@ -236,5 +248,8 @@ promote:
236
248
packages :
237
249
paths :
238
250
- " upm-ci~/packages/**"
251
+ build_output_promotion :
252
+ paths :
253
+ - " com.autodesk.fbx"
239
254
dependencies :
240
255
- .yamato/yamato.yml#publish
You can’t perform that action at this time.
0 commit comments