Replies: 5 comments
-
That is, status today, exactly one of the features that is still stopping us from switching. Of course, the ideal solution would be to create the runtime packages without the presence of a container. 🫠 So, well... |
Beta Was this translation helpful? Give feedback.
-
We have a flow that’s working, more or less. I’ve updated the repo that @freddydk created for Runtime generation. I reworked it so the Runtime generation can now be triggered just by specifying the repo name. The action grabs the latest release from the specified repo and resolves all dependencies using the internal NuGet feed. Once the runtimes are generated, the resulting NuGet package is uploaded to a second organization. From there, we invite our partner and grant them access to the runtimes. This setup has a few drawbacks. First, everyone you invite can see each other, which isn’t ideal. Second, the UI is clunky—you have to use PowerShell, and there’s no GUI. Third, it’s horribly inefficient. We’re building some of our apps from versions 21.0 to 25.1 in every language for every release. That’s a ton of wasted compute cycles. But as long as Microsoft is footing the bill, I’m not too concerned. If it ever gets too expensive for them, they can deal with fixing the runtime situation themselves. Another quirk: you need a separate BC Runtime repo for every App repo. If you don’t, builds from different apps might cancel each other out. That said, since Microsoft is paying, the best strategy might be to create a new organization for every App repo. This would let you parallelize runtime creation even further, though I’m not sure how many organizations you can actually create before hitting a limit. Honestly, it’s a waste of time trying to work with this runtime mess. Microsoft needs to stop chasing AI hype and focus on building a proper framework—one that allows partners to spend their time delivering value to customers instead of dealing with these problems. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi there, Is this feature arriving soon, or is it just a mirage on the distant horizon? |
Beta Was this translation helpful? Give feedback.
-
Cannot give you a date, but it is very close to the top of my backlog (there are other things in the AL-Go backlog - but this is on the list of stuff, that I need to throw my love on) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now, we have symbols from AppSource Apps and Microsoft Apps - we need to go the next step.
Beta Was this translation helpful? Give feedback.
All reactions