{% metadata_file .yamato/environments.yml %} --- {% for variant in package_variants %} publish: name: Publish {{ variant.name }} package to internal registry agent: type: Unity::VM image: package-ci/win10:stable flavor: b1.large commands: - npm install upm-ci-utils@stable -g --registry {{ upmci_registry }} - upm-ci package publish --package-path com.unity.perception triggers: tags: only: - "/^(r|R)(c|C)-+(-preview(+)?)?$/" artifacts: artifacts: paths: - "upm-ci~/packages/*.tgz" dependencies: - .yamato/upm-ci-full.yml#pack_{{ variant.name }} {% for editor in test_editors %} {% for platform in test_platforms %} - .yamato/upm-ci-full.yml#pkg_test_{{variant.name}}_{{platform.name}}_{{editor.version}} {% endfor %} {% endfor %} {% endfor %}