forked from Sitecore/XM-Cloud-Introduction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmcloud.build.json
25 lines (25 loc) · 898 Bytes
/
xmcloud.build.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
{
"deployItems": {
"modules": [
"Foundation.*",
"Feature.*",
"Project.*"
]
},
"buildTargets": [
"./src/Environment/platform/Mvp.Environment.Platform.csproj",
"./src/Foundation/Configuration/rendering/Mvp.Foundation.Configuration.Rendering.csproj",
"./src/Feature/BasicContent/rendering/MVP.Feature.BasicContent.Rendering.csproj",
"./src/Feature/Navigation/rendering/Mvp.Feature.Navigation.Rendering.csproj",
"./src/Feature/People/rendering/Mvp.Feature.People.Rendering.csproj",
"./src/Project/MvpSite/rendering/Mvp.Project.MvpSite.Rendering.csproj"
],
"renderingHosts": {
"sugcon-anz": {
"path": "./src/Project/Sugcon/SugconAnzSxa",
"nodeVersion": "16.15.1",
"jssDeploymentSecret": "super-secret-value",
"enabled": true
}
}
}