Skip to content

Instantly share code, notes, and snippets.

@alexed1
Created July 3, 2020 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexed1/ece799b0fb63c42a166738f1ce462dae to your computer and use it in GitHub Desktop.
Save alexed1/ece799b0fb63c42a166738f1ce462dae to your computer and use it in GitHub Desktop.
package with multiple package directories
{
"packageDirectories": [
{
"path": "force-app",
"package": "CollectionActionsA",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT",
"default": false
},
{
"path": "force-app",
"package": "test",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT",
"default": false
},
{
"path": "force-app",
"package": "CollectionActionsL",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT",
"default": true
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "48.0",
"packageAliases": {
"CollectionActions": "0HoB0000000Cb1HKAS",
"CollectionActions@1.14.0-0": "04tf4000004J1IDAA0",
"collectionProcessorsT": "0HoB0000000Cb1CKAS",
"CollectionActions@1.15.0-0": "04tB0000000OxPiIAK",
"CollectionActions2": "0Hof4000000XZKvCAO",
"CollectionActions2@1.16.0-0": "04tf4000004Ptm5AAC",
"CollectionActions@1.17.0-0": "04tB0000000L1HJIA0",
"CollectionActionsA": "0HoB0000000Cb33KAC",
"CollectionActionsA@1.18.0-0": "04tB0000000P0rpIAC",
"CollectionActionsA@1.18.1-0": "04tB0000000P0ruIAC",
"CollectionActionsA@1.19.0-0": "04tB0000000P6VCIA0",
"CollectionActionsA@1.19.1-0": "04tB0000000P6VMIA0",
"test": "0Hof4000000TN9JCAW",
"CollectionActionsL": "0Hof4000000TN9OCAW"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment