{% metadata_file .yamato/environments.yml %} --- publish: name: Publish Perception 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)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ artifacts: artifacts: paths: - "upm-ci~/packages/*.tgz" dependencies: - .yamato/upm-ci-full.yml#test_trigger