LS Central app files by version.
- Repository is needed when StrongPoint or customer extension has dependencies to LS Central in app.json file.
- AL-Go build pipeline in your extension will fail if it has LS changes and you don't add LS Central app as dependency.
- Select the needed LS version or upload a new one (name the folder as a version and put app.zip). Select LS version by opening app.zip file and copying the raw link
- Paste the link in your extension's /.github/AL-Go-Settings.json file in parameter "installApps", for example 25.0 version:
"installApps": [ "https://github.com/StrongPointLT-ERP/LSC-Apps/raw/refs/heads/main/LS%20Central/25.0/app.zip" ] - app.zip contains two app files - "LS Central" and "LS Central System App". Might be updated with Test app in the future.
Non LS dependencies should be stored in a folder like "installApps" in your extension.You can also store LS apps there, but we use this repository so that all extensions which have LS dependencies would use same LS app files when building. And also having one place where to store LS versions saves a disk space on GitHub account.- When new LS Central version is released, please also upload it to the folder "latest". Last version in "LS Central" folder should match the version in "latest" folder. Please add the exact version number in commit message when updating latest version, for example: "Update latest to 25.0". This will be used in Test Current, Text NextMinor and Test NextMajor pipelines in AL-Go.
