-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsfdx-project.json
27 lines (27 loc) · 949 Bytes
/
sfdx-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "52.0",
"packageDirectories": [
{
"package": "CustomMetadataSaver",
"path": "custom-metadata-saver/main/",
"default": false,
"definitionFile": "config/enterprise-scratch-def.json",
"versionName": "Unlocked Package Release",
"versionNumber": "1.0.0.0",
"versionDescription": "Initial release of the unlocked package",
"releaseNotesUrl": "https://github.com/jongpie/CustomMetadataSaver/releases",
"unpackagedMetadata": {
"path": "custom-metadata-saver/tests/"
}
},
{
"path": "custom-metadata-saver/tests/",
"default": true
}
],
"packageAliases": {
"CustomMetadataSaver": "0Ho4x00000000UOCAY",
"CustomMetadataSaver@1.0.0-0": "04t4x000000FDcnAAG"
}
}