Skip to content

Commit

Permalink
[releases/24.2] Run CLEAN mode only on main and major release branches (
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez authored Jan 14, 2025
1 parent a9a238a commit 147b101
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,30 @@
"country": "base",
"useProjectDependencies": true,
"repoVersion": "24.2",
"cleanModePreprocessorSymbols": [
"CLEAN17",
"CLEAN18",
"CLEAN19",
"CLEAN20",
"CLEAN21",
"CLEAN22",
"CLEAN23",
"CLEAN24"
"conditionalSettings": [
{
"buildModes": [ "Clean" ],
"settings": {
"preprocessorSymbols": [
"CLEAN17",
"CLEAN18",
"CLEAN19",
"CLEAN20",
"CLEAN21",
"CLEAN22",
"CLEAN23",
"CLEAN24",
"CLEAN25",
"CLEAN26"
]
}
},
{
"branches": [ "main", "releases/*.x" ],
"settings": {
"buildModes": [ "Clean" ]
}
}
],
"unusedALGoSystemFiles": [
"AddExistingAppOrTestApp.yaml",
Expand All @@ -36,8 +51,7 @@
"Official-Build"
],
"buildModes": [
"Default",
"Clean"
"Default"
],
"CICDPushBranches": [
"main",
Expand Down

0 comments on commit 147b101

Please sign in to comment.