Multi Version Build #2138
Unanswered
Fabianomega
asked this question in
Q&A
Replies: 1 comment 13 replies
-
|
Yeah, that should be possible. You can combine build modes (http://aka.ms/algosettings#buildModes) with conditional settings (http://aka.ms/algosettings#conditional-settings) to accomplish this I would think. Every major version would be a build mode. Then you can add a setting for preprocessor symbols that is conditional on the build mode. If you need inspiration, you can look at BCApps (https://github.com/microsoft/BCApps/blob/main/build/projects/Apps%20(W1)/.AL-Go/settings.json) where we have a build mode per country and therefore each build mode has its owning country setting. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Is it possible to build more than one version?
We need to build every major version of BC from BC23 up to the current version.
Also, the preprocessor symbols need to change during the process.
Is there already a way to make this work?
If not, how can I implement it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions