Skip to content

Commit 433cb08

Browse files
committed
Added initial_checks as dependency of project_pack
1 parent 0fc3d68 commit 433cb08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/project-pack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ project_pack_-_{{ project.name }}_{{ platform.name }}:
3535
commands:
3636
- 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
3737
- upm-ci project pack --project-path {{ project.path }}
38+
dependencies:
39+
- .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
3840
artifacts:
3941
packages:
4042
paths:

0 commit comments

Comments
 (0)