Freddy Kristiansen
Freddy Kristiansen
When using the actions currently, these warnings appear all the time: `Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/powerplatform-actions/actions-install@v1, microsoft/powerplatform-actions/pack-solution@v1. For more information...
Fixes #361 New Settings: - PowerPlatformSolutionFolder - containing the name of the folder containing a PowerPlatform Solution (only one) - companyId and ppEnvironmentUrl added to deploymentSettings for environments. New Actions:...
> [!NOTE] > Changes to the implementation made on December 18th 2023 # Summary ## Why NuGet? Creating a Business Central specific package format, a package manager, integrating this in...
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...
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...
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...
# Summary Today, the build step in AL-Go is done using Run-AlPipeline from BcContainerHelper. Run-AlPipeline will build, sign, publish and run tests. for Performance reasons and due to new code...
### Summary Allow partners to host a PowerPlatform Solution in [AL-Go](https://aka.ms/AL-Go) and support the full development process of pulling changes from PowerPlatform Studio to GitHub, building a solution, releasing it,...