The second I created a NET 5 project, the first anxiety-filled thought that ran through my head was something along the lines of… “How the heck am I going to build/deploy this to anywhere useful?!”
As I mentioned in my previous post about the DXCS006 error code, this is one of the first times that I have really started to work with NET 5/Core in any real capacity, so its a whole new world to me.
This all being said, the goal that I set for myself was to do the following:
- Learn the differences between the Build/Release process for CMS 11 & 12
- Create a Build Process
- Create a Release Process
- Tie it all together
In this post, we will go through the following:
- How do the NUPKG requirements differ?
- Creating a Build process for NET 5.0
- Creating a Build/Deploy process for NET 5.0
- Conclusion