Skip to content

Commit

Permalink
Update AL-Go-Settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Jan 7, 2025
1 parent 0e8a0ee commit c15a968
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"NextMajor",
"NextMinor"
],
"cleanModePreprocessorSymbols": [
"CLEAN"
],
"conditionalSettings": [
{
"buildModes": [
Expand All @@ -29,33 +26,43 @@
"artifact": "https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18040/w1"
}
},
{
"buildModes": [
"Clean"
],
"settings": {
"preprocessorSymbols": [
"CLEAN"
]
}
},
{
"buildModes": [
"NextMajor"
],
"settings": {
"artifact": "///w1/nextmajor/"
"artifact": "///w1/nextmajor/",
"preprocessorSymbols": [
"NEXTMAJOR",
"TEST"
]
}
},
{
"buildModes": [
"NextMinor"
],
"settings": {
"artifact": "///w1/nextminor/"
"artifact": "///w1/nextminor/",
"preprocessorSymbols": [
"NEXTMAJOR",
"TEST"
]
}
}
],
"PreprocessorSymbols": [
"DEFAULT"
],
"NextMajorModePreprocessorSymbols": [
"NEXTMAJOR",
"TEST"
],
"NextMinorModePreprocessorSymbols": [
"NEXTMINOR",
"TEST"
"ALL"
],
"useProjectDependencies": true,
"useCompilerFolder": true,
Expand Down

0 comments on commit c15a968

Please sign in to comment.