Skip to content

[releases/25.x@72f003a] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - fd25f3d / Related to AB#539394#8133

Open
business-central-bot[bot] wants to merge 1 commit into
releases/25.xfrom
update-al-go-system-files/releases/25.x/260513131014
Open

[releases/25.x@72f003a] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - fd25f3d / Related to AB#539394#8133
business-central-bot[bot] wants to merge 1 commit into
releases/25.xfrom
update-al-go-system-files/releases/25.x/260513131014

Conversation

@business-central-bot
Copy link
Copy Markdown
Contributor

@business-central-bot business-central-bot Bot commented May 13, 2026

preview

Note that when using the preview version of AL-Go for GitHub, we recommend you Update your AL-Go system files, as soon as possible when informed that an update is available.

Conditional settings now support workflow trigger events

ConditionalSettings now supports a triggers condition, allowing you to apply settings based on GITHUB_EVENT_NAME values such as push, pull_request, schedule, and workflow_dispatch.

Example:

"ConditionalSettings": [
  {
    "triggers": ["schedule", "workflow_dispatch"],
    "settings": {
      "additionalCountries": ["de", "us"]
    }
  }
]

Optimized dependency artifact downloads for multi-project repositories

The DownloadProjectDependencies action now downloads only artifacts from dependency projects instead of all workflow artifacts. For repositories with many AL-Go projects, this reduces build runner bandwidth and speeds up the dependency download step.

Issues

  • Incremental builds (modifiedApps mode) now correctly identify unmodified apps for projects whose appFolders reference paths outside the project directory (e.g. using ../)
  • Issue 2204 - Workspace compilation ignores vsixFile setting
  • Issue 2211 - Cannot create a release if a project contains only test apps
  • Issue 2214 - Workspace compilation not working with external dependencies
  • Issue 2235 - Workspace compilation: only the first customCodeCops entry resolved when multiple relative paths were configured. Relative customCodeCops paths are now resolved against the project folder before being passed to the compiler.

Related to AB#539394

…o-PTE@preview - fd25f3d / Related to AB#539394
@business-central-bot business-central-bot Bot requested a review from a team as a code owner May 13, 2026 13:10
@business-central-bot business-central-bot Bot added the Automation Pull request or issue created by automation label May 13, 2026
@business-central-bot business-central-bot Bot enabled auto-merge (squash) May 13, 2026 13:10
@github-actions github-actions Bot added Build: Automation Workflows and other setup in .github folder Build: scripts & configs Build scripts and configuration files labels May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Automation Pull request or issue created by automation Build: Automation Workflows and other setup in .github folder Build: scripts & configs Build scripts and configuration files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants