AL-Go
AL-Go copied to clipboard
The plug-and-play DevOps solution for Business Central app development on GitHub
Hi Freddy, I'm trying to run the localDevEnv.ps1 script to create a local dev environment. This will be the first container running on this machine, so everything has been installed...
I have added the setting `customCodeCops` to my `AL-Go-Settings.json`: ``` "customCodeCops": [ "https://github.com/StefanMaron/BusinessCentral.LinterCop/releases/download/v0.30.0/BusinessCentral.LinterCop.current.dll" ], ``` (similar to Stefan Maron is using [here](https://github.com/microsoft/AL-Go/issues/389#issuecomment-1569561172)) On a seperate branch, I've removed a caption...
Changes included in this PR: - Support indirect template repository = Point to an existing AL-Go repository as a template, like:  In this case, org/myptetemplate is a standard AL-Go...
This PR will add a BCPT Test Report to the build summary, looking like this:  You can also add a bcptBaseLine.json to the project in order to establish a...
Hi I get error: ::error::AL1022 A package with publisher 'Microsoft', name 'Data Search', and a version compatible with '23.0.0.0' could not be found in the package cache folders: /home/runner/work/xxx/yyy/.packages. ...
As @nixpt82 asked in #486, is there a way to generate runtime packages as an app file? We have a product that we want to distribute onprem, but we have...
We are working with AL: Go for GitHub in a configuration that we have a separate repository for the dependencies and those are included in the artifacts of the product...
The setting **fullBuildPatterns** allows us to configure when a full build is triggered. As far as I understand this does not apply for pull request builds. Is there anything available...
We have a multi project repository which has the following state: repoVersion = 23.0 - App 1: - app.json ==> 23.0 - App 2: - app.json ==> 23.0 - App...