Skip to content

Commit 94e9036

Browse files
author
Félix Bourbonnais
committed
use different artifacts for tests and promotion
1 parent 2cf23fc commit 94e9036

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.yamato/yamato.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ pack:
134134
packages:
135135
paths:
136136
- "upm-ci~/packages/**"
137+
build_output:
138+
paths:
139+
- "com.autodesk.fbx"
140+
build_output_promotion:
141+
paths:
142+
- "com.autodesk.fbx"
137143

138144
{% for editor in editors %}
139145
{% for backend in backends %}
@@ -164,6 +170,9 @@ test_{{ platform.name }}_{{ editor.version }}_{{ backend.name }}:
164170
logs:
165171
paths:
166172
- "upm-ci~/test-results/**/*"
173+
build_output:
174+
paths:
175+
- ""
167176
dependencies:
168177
- .yamato/yamato.yml#pack
169178
{% endfor %}
@@ -211,6 +220,9 @@ publish:
211220
packages:
212221
paths:
213222
- "upm-ci~/packages/**"
223+
build_output_promotion:
224+
paths:
225+
- "com.autodesk.fbx"
214226
dependencies:
215227
- .yamato/yamato.yml#promotion_test
216228
{% for editor in editors %}
@@ -236,5 +248,8 @@ promote:
236248
packages:
237249
paths:
238250
- "upm-ci~/packages/**"
251+
build_output_promotion:
252+
paths:
253+
- "com.autodesk.fbx"
239254
dependencies:
240255
- .yamato/yamato.yml#publish

0 commit comments

Comments
 (0)