-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsfdx-project.json
24 lines (24 loc) · 967 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
{
"packageDirectories": [
{
"path": "force-app",
"default": true,
"package": "hutte-demo-cicd-unlocked-package",
"versionName": "ver 0.1",
"versionNumber": "0.1.0.NEXT"
}
],
"name": "hutte-recipe-cicd-unlocked-package",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "57.0",
"packageAliases": {
"hutte-recipe-cicd-unlocked-package": "0Ho68000000XZEJCA4",
"hutte-recipe-cicd-unlocked-package@1.0.2-0": "04t68000000xTpdAAE",
"hutte-recipe-cicd-unlocked-package@1.0.3-0": "04t68000000xTpiAAE",
"hutte-recipe-cicd-unlocked-package@1.0.4-0": "04t68000000xTpnAAE",
"hutte-recipe-cicd-unlocked-package@1.0.5-0": "04t68000000xTpsAAE",
"hutte-recipe-cicd-unlocked-package@1.0.6-0": "04t68000000xTqRAAU",
"hutte-recipe-cicd-unlocked-package@1.0.7-0": "04t68000000xTqWAAU"
}
}