File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,25 @@ promote_{{ project.name }}_{{ package.name }}:
4141 - .yamato/project-pack.yml#pack_{{ project.name }}
4242 - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ project.packages.first.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
4343
44+ promote_{{ project.name }}_{{ package.name }}_dry_run :
45+ name : Promote Project {{ project.name }} - Package {{ package.name }} to Production (dry-run)
46+ agent :
47+ type : Unity::VM
48+ image : package-ci/win10:stable
49+ flavor : b1.small
50+ variables :
51+ UPMCI_PROMOTION : 1
52+ commands :
53+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
54+ - upm-ci package promote --package-path {{ package.path }} --dry-run
55+ artifacts :
56+ artifacts :
57+ paths :
58+ - " upm-ci~/packages/*.tgz"
59+ dependencies :
60+ - .yamato/project-pack.yml#pack_{{ project.name }}
61+ - .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ project.packages.first.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
62+
4463{% endfor -%}
4564
4665promote_{{ project.name }} :
You can’t perform that action at this time.
0 commit comments