diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 36f1f46..02b4c5c 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -17,9 +17,6 @@ "NextMajor", "NextMinor" ], - "cleanModePreprocessorSymbols": [ - "CLEAN" - ], "conditionalSettings": [ { "buildModes": [ @@ -29,12 +26,26 @@ "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" + ] } }, { @@ -42,20 +53,16 @@ "NextMinor" ], "settings": { - "artifact": "///w1/nextminor/" + "artifact": "///w1/nextminor/", + "preprocessorSymbols": [ + "NEXTMAJOR", + "TEST" + ] } } ], "PreprocessorSymbols": [ - "DEFAULT" - ], - "NextMajorModePreprocessorSymbols": [ - "NEXTMAJOR", - "TEST" - ], - "NextMinorModePreprocessorSymbols": [ - "NEXTMINOR", - "TEST" + "ALL" ], "useProjectDependencies": true, "useCompilerFolder": true,