A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
Hi all!

CMS 12
Is it just me having zip packages restored all times I build?
Ive learned this is because how the nuget in .net 5 works, there is no after install event anymore. so instead it is runing "restore" every time you build, and the way to copy over files, is to have a build event in the nuget pack that moves the zip to modules.
https://stackoverflow.com/questions/58767292/nuget-v4-contentfiles-not-getting-copied-to-output#answer-58838487
In my solution it is mainly the tinymce package Modified on every build ...
Regards Luc Gosso