AL-Go
AL-Go copied to clipboard
The plug-and-play DevOps solution for Business Central app development on GitHub
Use GitHub Packages for docker images for CI/CD - Determine artifactUrl as part of initialize - Do not download artifacts in RunPipeline when using an image - Store image in...
See https://github.com/orgs/microsoft/projects/521/views/1?pane=issue&itemId=20938099. - [x] Add new project setting, `splitBuildAndTest`, to indicate that building and testing an AL-Go project will be done in separate jobs - [x] Generate YAML test job...
When running a deployment into a production environment, the new apps are published and installed and the old versions of the apps are still published, but uninstalled. Question: Is it...
The goal is to run Microsoft Tests during the build process. I tried to add a dependency to my own Test App. { "id": "6f0b528b-a4de-4ccd-a948-d1350e228e4a", "name": "Tests-SCM", "publisher": "Microsoft", "version":...
I added ALDoc to my `settings.json` file (with `be`as supported country):  The CI/CD action deployed the generated documentation:  But the static site does not have all information I...
Is there a procedure to get around this problem: I run Publish to Environment, which fails due to an authentication error. I fix the authentication error (refresh the impersonation token)...
AzureSignTool (and also dotnet sign) only supports Windows at this time. This means that we cannot shift to compile under linux if we want to sign apps. Sign step needs...
Extension deployment fails/stops when you open "Extension Installation Status" page It gives this error: `The job for id '00000000-0000-0000-0000-000000000000' was not found.` Steps to reproduce: 1. Run 'Publish-to-environment' via AL-GO...
One of our repos is now running CI/CD for a secondary branch, but I noticed that the CI/CD workflows from this branch aren't creating any artifacts of the compiled apps,...
I have followed the due process of AL-Go. I have created the app. I created a page that has dependency on. I added the reference to the app in the...