-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Is your feature request related to a problem? Please describe.
We have a large multi project workspace and compiling all the apps is taking quite some time (20min+). Doing parallel compiles of the workspace can significant improve performance.
Describe the solution you'd like
With the introduction of AL .Net tools by Microsoft a cmdline tool is introduce to compile a multi project workspace. When using this cmdline tool the tool will check all dependencies inside the workspace, and start compiling the apps in parallel. In our case this improved from 20min+ compile time to nearly 5min.
Describe alternatives you've considered
As an alternative I could direct call the AL .Net tools from my pipeline
Additional context
Important for this feature (not handled by MS in the AL .Net tools). Altough you have a multi project workspace, the compiler settings (code cops, error levels) might differ per project.