Skip to content

[main@70fd024] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - fd25f3d / Related to AB#539394#8145

Open
business-central-bot[bot] wants to merge 2 commits into
mainfrom
update-al-go-system-files/main/260513131035
Open

[main@70fd024] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - fd25f3d / Related to AB#539394#8145
business-central-bot[bot] wants to merge 2 commits into
mainfrom
update-al-go-system-files/main/260513131035

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

@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
@mazhelez
Copy link
Copy Markdown
Contributor

@copilot can you please pull main in the PR branch?

…iles/main/260513131035

Co-authored-by: mazhelez <43066499+mazhelez@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

@copilot can you please pull main in the PR branch?

Done — I pulled main into this PR branch in commit 0562cbf5.

Copilot AI requested a review from mazhelez May 15, 2026 09:59
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.

3 participants