Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.