AL-Go
AL-Go copied to clipboard
The plug-and-play DevOps solution for Business Central app development on GitHub
### ❔What, Why & How This PR changes the behavior in AL-Go to use the RUNNER_TEMP folder whenever available. RUNNER_TEMP is a temporary directory on the runner. This directory is...
### AL-Go version 8.0 ### Describe the issue I added these to my .github/AL-Go-settings.json "CICDPushBranches": [], "CICDPullRequestBranches": [], Then I ran Update-AL-Go System files. For CI/CD.yaml ``` on: workflow_dispatch: push:...
### AL-Go version 7.3 ### Describe the issue Deploy Reference Documentation fails for CI/CD. Issue started from October 1st. Error: Unexpected error when running action. Error Message: Searching custom plugins...
### AL-Go version 8.0 ### Describe the issue When running "Update AL-Go system files" with `*` as "list of branches to update" it tries to update `origin` which fails. ###...
### ❔What, Why & How Refactor that puts all handling of DeployTo settings into the ReadSettings action instead of letting Deploy and DetermineDeploymentEnvironments handle it. Related to issue: # ###...
### AL-Go version 7.2 ### Describe the issue In a repo with multiple projects and UseProjectDependencies the PR build of apps dependent on apps in other projects will fail if...
### AL-Go version 8.0 ### Describe the issue During Run-AlPipeline.ps1, after running page scripting, during the cleanup phase, the following line creates an error: Line 2980: Remove-Item -Path $resultsFolder -Recurse...
### AL-Go version 8.0 ### Describe the issue As soon there are problems with type "info" in the output the Code Analysis Processing does not work. Error: ### Expected behavior...
Add basic copilot instructions that makes it possible to ask Copilot about settings.
### Discussed in https://github.com/microsoft/AL-Go/discussions/1946 Originally posted by **jwikman** October 2, 2025 We've got several AppSource apps that uses KeyVault for our secrets. Now I need to configure AL-Go to connect...