

$appOutputFile = 'C:\GIT\MyProject\App\MyApp.app' $appProjectFolder = 'C:\GIT\MyProject\App' If you would like to use powershell it would look like this:

Then we can run the following code in the command prompt to compile our app:Īlc.exe /project:"C:\GIT\MyProject\App" /packagecachepath:"C:\GIT\MyProject\App\.alpackages" /out:"C:\GIT\MyProject\App\MyApp.app" Lets say that the app is located at: C:\GIT\MyProject\App” You can compile your app by using the command prompt or by using powershell. The VSIX file contains the AL language and the compiler. If you use docker it can be found at C:\Run\*.vsix ModernDev\program files\Microsoft Dynamics NAV\130\AL Development Environment On the installation DVD it can be found at the path: It all starts with the ALLanguage.vsix file. Do you want to know how to compile your Business Central app manually as VS Code does? Then you will get started with this blog post.
