Building a collection of packages together
Attribute
Type
Description
Package Types Applicable
{
"packageDirectories": [
{
"path": "core",
"package": "core-package",
"versionName": "Core 1.0",
"versionNumber": "1.0.0.NEXT",
"default": true,
"buildCollection": [
"core-package",
"featureA-package",
"featureB-package"
]
},
{
"path": "features/featureA",
"package": "featureA-package",
"versionName": "Feature A 1.0",
"versionNumber": "1.0.0.NEXT"
"buildCollection": [
"core-package",
"featureA-package",
"featureB-package"
]
},
{
"path": "features/featureB",
"package": "featureB-package",
"versionName": "Feature B 1.0",
"versionNumber": "1.0.0.NEXT",
"buildCollection": [
"core-package",
"featureA-package",
"featureB-package"
]
}
],
}Last updated