by Antonio Liccardi | Sep 11, 2019 | Blog
Continuous Deployment of Nuget Packages In the previous articles, we have seen how to create Nuget packages for our software and how to share them with other people using Azure Artifacts. Moreover, we explained a few best practices that could be helpful, when we want...
by Antonio Liccardi | Jun 4, 2019 | Blog
In our previous article, we investigate how to version our Nuget packages using some classes as AssemblyInfo.cs. Following this versioning type, we never had problems, even if, as we adopted git, we are wondering if there would be a better way to organize...
by Antonio Liccardi | Apr 16, 2019 | Blog
In recent years, in Blexin we designed a very modular CMS with high performances, which allows the simplification of the web portals’ development, regardless of the storage used for data persistence. WebRight, this is the CMS name, uses different plugins, depending on...
by Antonio Liccardi | Feb 13, 2019 | Blog
In Azure Pipelines, configuration variables represent a necessary functionality for your releases: it’s possible to save some values indeed, that might be useful in build or deploy stage to configure application during the release. The hidden mechanism is defined...