[releases/24.5] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - bcf5ae3b4204b8687d8afc14a766329e684664cb #2695
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.
Deprecations
cleanModePreProcessorSymbols
will be removed after April 1st 2025. Use Conditional Settings instead, specifying buildModes and thepreProcessorSymbols
setting. Read this for more information.Issues
New Repository Settings
shortLivedArtifactsRetentionDays
determines the number of days to keep short lived build artifacts (f.ex build artifacts from pull request builds, next minor or next major builds). 1 is default. 0 means use GitHub default.preProcessorSymbols
is a list of preprocessor symbols to use when building the apps. This setting can be specified in workflow specific settings files or in conditional settings.New Versioning Strategy
Setting versioning strategy to 3 will allow 3 segments of the version number to be defined in app.json and repoVersion. Only the 4th segment (Revision) will be defined by the GitHub run_number for the CI/CD workflow. Increment version number and Create Release now also supports the ability to set a third segment to the RepoVersion and appversion in app.json.
Change in published artifacts
When using
useProjectDependencies
in a multi-project repository, AL-Go for GitHub used to generate short lived build artifacts calledthisBuild-<projectnaame>-<type>-...
. This is no longer the case. Instead, normal build artifacts will be published and used by depending projects. The retention period for the short lived artifacts generated are controlled by a settings calledshortLivedArtifactsRetentionDays
.Preprocessor symbols
It is now possible to define preprocessor symbols, which will be used when building your apps using the
preProcessorSymbols
setting. This setting can be specified in workflow specific settings file or it can be used in conditional settings.