Skip to content

Commit

Permalink
[releases/25.0] 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 05fc08d commit 01eea57
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,30 @@
"country": "base",
"useProjectDependencies": true,
"repoVersion": "25.0",
"cleanModePreprocessorSymbols": [
"CLEAN17",
"CLEAN18",
"CLEAN19",
"CLEAN20",
"CLEAN21",
"CLEAN22",
"CLEAN23",
"CLEAN24",
"CLEAN25"
"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 @@ -37,8 +51,7 @@
"Official-Build"
],
"buildModes": [
"Default",
"Clean"
"Default"
],
"CICDPushBranches": [
"main",
Expand Down

0 comments on commit 01eea57

Please sign in to comment.