You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[releases/28.1@5653f99] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - 5779109 / Related to AB#539394 (#7996)
## 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.
### 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
Related to
[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)
Co-authored-by: business-central-bot <business-central-bot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/RELEASENOTES.copy.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
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.
4
4
5
+
### Optimized dependency artifact downloads for multi-project repositories
6
+
7
+
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.
8
+
5
9
### Issues
6
10
7
11
- Incremental builds (`modifiedApps` mode) now correctly identify unmodified apps for projects whose `appFolders` reference paths outside the project directory (e.g. using `../`)
0 commit comments