From 70465c0b44a0858ac10d326afe541a952b5d2b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Bourbonnais?= Date: Thu, 12 Dec 2019 14:06:50 -0500 Subject: [PATCH] Add correct dependencies --- .yamato/yamato.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.yamato/yamato.yml b/.yamato/yamato.yml index 43436b6c..fb4d5427 100644 --- a/.yamato/yamato.yml +++ b/.yamato/yamato.yml @@ -136,10 +136,7 @@ pack: - "upm-ci~/packages/**" build_output: paths: - - "com.autodesk.fbx" - build_output_promotion: - paths: - - "com.autodesk.fbx" + - "com.autodesk.fbx/**" {% for editor in editors %} {% for backend in backends %} @@ -170,9 +167,6 @@ test_{{ platform.name }}_{{ editor.version }}_{{ backend.name }}: logs: paths: - "upm-ci~/test-results/**/*" - build_output: - paths: - - "com.autodesk.fbx" dependencies: - .yamato/yamato.yml#pack {% endfor %} @@ -220,11 +214,9 @@ publish: packages: paths: - "upm-ci~/packages/**" - build_output_promotion: - paths: - - "com.autodesk.fbx" dependencies: - .yamato/yamato.yml#promotion_test + - .yamato/yamato.yml#pack {% for editor in editors %} {% for platform in platforms %} {% for backend in backends %} @@ -248,8 +240,6 @@ promote: packages: paths: - "upm-ci~/packages/**" - build_output_promotion: - paths: - - "com.autodesk.fbx" dependencies: + - .yamato/yamato.yml#pack - .yamato/yamato.yml#publish