Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build order bug when resolving dependencies #125

Open
aviv-teodorglaz opened this issue Oct 7, 2024 · 2 comments
Open

Build order bug when resolving dependencies #125

aviv-teodorglaz opened this issue Oct 7, 2024 · 2 comments
Labels

Comments

@aviv-teodorglaz
Copy link

aviv-teodorglaz commented Oct 7, 2024

Describe the bug
There seems to be an error when resolving dependiencies among the packages declared in sfdx-project.json file. Example cpq-de package is being deployed before blng-impl package event if there cpq-de is directly dependan on blng-impl package. This issue occured once again

To Reproduce

Expected behavior
The packages deploy order should respect dependancies declared in sfdx-project.json file

Screenshots
If applicable, add screenshots to help explain your problem.

Platform Details (please complete the following information):

  • OS:
  • Version [e.g. CLI Version eg: 1.6.6]
  • Salesforce CLI(sfdx cli) Version:
  • CI Platform:

Additional context

@aviv-teodorglaz aviv-teodorglaz changed the title Build order bug with resolving dependencies Build order bug when resolving dependencies Oct 7, 2024
@alanjaouen
Copy link

see #97. Seems to be the same issue but for deploy instead of build

@azlam-abdulsalam
Copy link

@aviv-teodorglaz Can you provide more details. Deploy looks only at the order of how packages are defined in sfdx-project.json, it doesn't factor in dependency order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants