Building a collection of packages together
Attribute | Type | Description | Package Types Applicable |
---|---|---|---|
ignoreOnStage | array | Ignore a package from being processed by a particular stage |
|
In certain scenarios, it's necessary to build a new version of a package when any package in the collection undergoes changes. This can be accomplished by utilizing the buildCollection
attribute in the sfdx-project.json
file.
To ensure that a new version of a package is built whenever any package in a specified collection undergoes a change, you can use the buildCollection
attribute in the sfdx-project.json
file. Below is an example illustrating how to define a collection of packages that should be built together.
Last updated