microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
285 stars 121 forks source link

Today I got problem with Microsoft "Data Search" in CI #1020

Open mail2joh opened 6 months ago

mail2joh commented 6 months ago

Hi

I get error: ::error::AL1022 A package with publisher 'Microsoft', name 'Data Search', and a version compatible with '23.0.0.0' could not be found in the package cache folders: /home/runner/work/xxx/yyy/.packages. image

I also noticed that this app was downsloaded today in localDevEnv. I found a work around to add dependency to app in app.json. image

Am I missing something. Why do I need dependency to "Data Search"?

AL-Go-Settings.json: "artifact": "https://bcartifacts.azureedge.net/onprem/23.5.16502.16757/se"

freddydk commented 6 months ago

Please include full logs instead of screenshots.

freddydk commented 6 months ago

Also, if you have a full log from a working pipeline, please add this as well, thanks

mail2joh commented 6 months ago

Before with error.zip

After with workaround.zip