You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@azlam-abdulsalam any thoughts, on this one?
I think it makes sense, usually, you could have a default configuration you want to deploy to scratch orgs
Describe the bug
Aliasfy packages are filtered from the pool preparation command through the following change:
sfp/packages/sfp-cli/src/impl/parallelBuilder/BuildImpl.ts:415
To Reproduce
Steps to reproduce the behavior:
sfp orchestrator:prepare -f config/project-ci-stage-pool-def.json -v devhub --loglevel trace
Expected behavior
Aliasfy packages are included in the pool creation. It should take the "default"-Package if exists.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform Details (please complete the following information):
Additional context
The following line of code is filtering aliasfy packages in the pool creation:
sfp/packages/sfp-cli/src/impl/parallelBuilder/BuildImpl.ts:415
The text was updated successfully, but these errors were encountered: