London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Yes you can. You can add your own feed to the Add-on Store in web.config.
<configuration>
<episerver.packaging protectedVirtualPath="~/EPiServer/">
<packageRepositories>
<add name="MyAddOns" url="http://nuget.domain.com/nuget/" filterTag="AFilterIfYouWant" />
</packageRepositories>
</episerver.packaging>
</configuration>
I was wondering if it is possible to create some kind of custom addons store/provider/repository that integrates Regular Addon store.
The case scenario is that our customer has a buissnes system built into the episerver site and if it would be possible to update that system by a nuget feed like the regular episerver 7.5 updates and third-party addons it would be nice.