[releases/28.x@ff4d75b] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - fd25f3d / Related to AB#539394#8140
Open
business-central-bot[bot] wants to merge 1 commit into
Conversation
…o-PTE@preview - fd25f3d / Related to AB#539394
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
ConditionalSettingsnow supports atriggerscondition, allowing you to apply settings based onGITHUB_EVENT_NAMEvalues such aspush,pull_request,schedule, andworkflow_dispatch.Example:
Optimized dependency artifact downloads for multi-project repositories
The
DownloadProjectDependenciesaction 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
modifiedAppsmode) now correctly identify unmodified apps for projects whoseappFoldersreference paths outside the project directory (e.g. using../)customCodeCopsentry resolved when multiple relative paths were configured. RelativecustomCodeCopspaths are now resolved against the project folder before being passed to the compiler.Related to AB#539394