facebook
Creating NuGet packages with Azure Pipelines

Creating NuGet packages with Azure Pipelines

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...
Versioning of NuGet packages

Versioning of NuGet packages

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...
Node configuration in Azure Pipelines

Node configuration in Azure Pipelines

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...