AL-Go
AL-Go copied to clipboard
The plug-and-play DevOps solution for Business Central app development on GitHub
I've started using the new PPPreview and i realised one cool thing that would make this even more useful. You can use the PPPreview to deploy a solution for each...
Hey @freddydk , I do have a strange issue again with deployment again It gives me an error ``` Exception calling "GetResult" with "0" argument(s): "An error occurred while sending...
The UpdateupdateEnvironmentAndCompany.ps1 script uses get and set content without encoding. This means that any environment name that has special characters will not be correctly read and written. The workaround is...
Hi, I am playing with AL-go for Git hub to know how it works and currently doing Step 3 "Register a customer sandbox environment for Continuous Deployment using S2S" but...
I am not entirely sure if this is supported in any way with the current AL Go, so this is as much of a question as it is a feature...
I've correctly set up an AAD app to publish via AL Go, but during the `Deploy` step, I've encountered the following error: ``` Run microsoft/AL-Go-Actions/[email protected] Run try { D:\a\_actions\microsoft\AL-Go-Actions\v3.1\Deploy/Deploy.ps1 -actor...
I currently have some problems iwht my deploys. It deployed successfull the first time, but now it keeps failing. No information in the Instatallation Status in BC, No info in...
When making a PR into a release branch it often happens that the PR is made on main by mistakes as that is the default suggestion. This is usually quickly...
Hey @freddydk, In development scenarios it's quite common that we do breaking changes, and our deployment pipelines failed. I already requested such a feature https://github.com/microsoft/AL-Go/issues/227 In the meantime, what we...
This is more a Github thing I think. But reading the docs its recommended to protect the main branch, which makes sense. But if we want to protect our branch...