scenario : i have a project with multiple packages for example .
{
"path": "ext/form/force-app",
"package": "ada User Interface",
"versionName": "CQ Winter 2023",
"versionNumber": "13.1.0.NEXT",
"default": false,
"dependencies": [
{
"package": "cqadada"
}
],
"definitionFile": "config/project-scratch-def.json",
"ancestorId": "HIGHEST"
},
now how to create a pool with orgs already containing these packages ,
and is it possible to directly deploy the content of path (unmanaged ) instead of managed install ?
if possible can i have a refrence project that have dependency installed ?
scenario : i have a project with multiple packages for example . { "path": "ext/form/force-app", "package": "ada User Interface", "versionName": "CQ Winter 2023", "versionNumber": "13.1.0.NEXT", "default": false, "dependencies": [ { "package": "cqadada" } ], "definitionFile": "config/project-scratch-def.json", "ancestorId": "HIGHEST" }, now how to create a pool with orgs already containing these packages , and is it possible to directly deploy the content of path (unmanaged ) instead of managed install ? if possible can i have a refrence project that have dependency installed ?