|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
{% for variant in package_variants %} |
|
|
|
name: Publish to internal registry |
|
|
|
name: Publish {{ variant.name }} package to internal registry |
|
|
|
agent: |
|
|
|
type: Unity::VM |
|
|
|
image: package-ci/win10:stable |
|
|
|
|
|
|
- upm-ci package publish --package-path com.unity.perception |
|
|
|
- upm-ci package publish --package-path com.unity.simviz |
|
|
|
triggers: |
|
|
|
tags: |
|
|
|
only: |
|
|
|
|
|
|
paths: |
|
|
|
- "upm-ci~/packages/*.tgz" |
|
|
|
dependencies: |
|
|
|
- .yamato/upm-ci-full.yml#pack_Perception |
|
|
|
#{% for editor in test_editors %} |
|
|
|
#{% for platform in test_platforms %} |
|
|
|
#- .yamato/upm-ci-full.yml#test_perception_{{ platform.name }}_{{ editor.version }} |
|
|
|
#{% endfor %} |
|
|
|
#{% endfor %} |
|
|
|
- .yamato/upm-ci-full.yml#pack_{{ variant.name }} |
|
|
|
{% for editor in test_editors %} |
|
|
|
{% for platform in test_platforms %} |
|
|
|
- .yamato/upm-ci-full.yml#test_simviz_{{ platform.name }}_{{ editor.version }} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |