Skip to content

v5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 06:09
· 36 commits to main since this release
6209ca5

Issues

  • Issue 1084 Automatic updates for AL-Go are failing when main branch requires Pull Request

New Settings

  • PowerPlatformSolutionFolder: Contains the name of the folder containing a PowerPlatform Solution (only one)
  • DeployTo<environment> now has two additional properties companyId is the Company Id from Business Central (for PowerPlatform connection) and ppEnvironmentUrl is the Url of the PowerPlatform environment to deploy to.

New Actions

  • BuildPowerPlatform: to build a PowerPlatform Solution
  • DeployPowerPlatform: to deploy a PowerPlatform Solution
  • PullPowerPlatformChanges: to pull changes made in PowerPlatform studio into the repository
  • ReadPowerPlatformSettings: to read settings and secrets for PowerPlatform deployment
  • GetArtifactsForDeployment: originally code from deploy.ps1 to retrieve artifacts for releases or builds - now as an action to read apps into a folder.

New Workflows

  • Pull PowerPlatform Changes for pulling changes from your PowerPlatform development environment into your AL-Go for GitHub repository
  • Push PowerPlatform Changes for pushing changes from your AL-Go for GitHub repository to your PowerPlatform development environment

Note

PowerPlatform workflows are only available in the PTE template and will be removed if no PowerPlatformSolutionFolder is defined in settings.

New Scenarios (Documentation)

Note

PowerPlatform functionality are only available in the PTE template.