Skip to content

Commit 4731ff9

Browse files
committed
Put project_pack back to upm-ci
1 parent 49b35d2 commit 4731ff9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.yamato/project-pack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
# QUALITY CONSIDERATIONS--------------------------------------------------------------------
1818
# To see where this job is included (in trigger job definitions) look into _triggers.yml file
19+
# TODO: Currently upm-ci is being used but in the future it will be replaced by upm-pvp. Additionally this would allow us to run PVP checks on projects
1920

2021
#--------------------------------------------------------------------------------------
2122

@@ -31,7 +32,8 @@ project_pack_-_{{ project.name }}_{{ platform.name }}:
3132
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
3233
{% endif %}
3334
commands:
34-
- upm-pvp pack {{ project.path }} --output upm-ci~/packages
35+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm # upm-ci is not preinstalled on the image so we need to download it
36+
- upm-ci project pack --project-path {{ project.path }}
3537
dependencies:
3638
- .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
3739
artifacts:

0 commit comments

Comments
 (0)