AL-Go icon indicating copy to clipboard operation
AL-Go copied to clipboard

The plug-and-play DevOps solution for Business Central app development on GitHub

Results 182 AL-Go issues
Sort by recently updated
recently updated
newest added

Hi Freddy and Team, as I'm using GitHub Pages for documentation purpose, it would be great if the complete /docs path could be ignored in cicd. Even if the docs...

enhancement

Hi Freddy, We need to move all our Release Pipelines from DevOps to Github, we have 55 customers pipelines every release contain 3 environments (SandboxDev, SandoxQA and Production), ![image](https://github.com/microsoft/AL-Go/assets/44379762/c0a3766b-ed00-4174-a200-efc305b68691) How...

Having to move quite some repo's from Azure DevOps to Github repo's (single project repo's), we're considering to use the 'Add Existing App' on a fresh github repo created based...

Whenever a new major BC version is released, we do not only increase the app version of our apps, but have to update the app.json files to reference the latest:...

As mentioned in #143, the increment version number action (re)formats the json files using the PowerShell `ConvertTo-Json`. However, looking into the commit, some characters (e.g. &, ', ) are incorrectly...

Our repo has the BuildModes property set to 'TranslationFile' The CICD action runs fine and produces artifacts ![image](https://github.com/microsoft/AL-Go/assets/25268332/34b6e337-5b10-40cd-a912-e743ee0d7efc) When running the Create Release action, no artifacts for 'latest' are discovered...

To skip the CICD action, you can include any of below texts in your commit messages [skip ci], [ci skip], [no ci], [skip actions], or [actions skip] https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/ In addition,...

enhancement

Hey there, When using custom ImportTestDataInBcContainer, I still see that pipeline triggers server restart, which is not needed in our case. Would it be possible to disable it? ![image](https://github.com/microsoft/AL-Go/assets/16342128/5f90e173-81a8-4e70-b649-0d227bff1466) My...

question
Fix Ready

When the tests are run in the pipelines all tests are kicked of with the codeunit "Test Runner - Isol. Codeunit". Only if you want to test the API's you...

enhancement

Im trying to publish to appsource a App that haves a dependency from other repo. It fails saying cannot find the dependency app. - In the /.AL-Go/settings.json i set the...

Under Investigation
Need more info