Skip to content
15 changes: 14 additions & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
"CLEAN29"
]
}
},
{
"projects": [
"."
],
"settings": {
"appFolders": [
"src/Layers/W1/DemoTool"
]
}
}
],
"customALGoFiles": {
Expand Down Expand Up @@ -120,8 +130,11 @@
"PullRequestTrigger": "pull_request",
"ALDoc": {
"maxReleases": 0,
"continuousDeployment": false,
"continuousDeployment": true,
"groupByProject": false,
"includeProjects": [
"build_projects_Apps W1"
],
"excludeProjects": [
"build_projects_System Application Modules"
]
Expand Down
Loading