How To Publish a NuGet Package with Azure DevOps and Autoversioning?
This tutorial shows how to set up a continuous integration/deployment pipeline for your NuGet package repository with auto-versioning.
Table Of Contents Overview If you just got here, check out the first part of this tutorial here. So, we have our automation ready and it purrs like a kitten when on our machine. All we need now is deploying…
Table Of Contents Overview In this series, I’ll explore setting up an Azure Functions application that connects to a containerized Selenium server and interacts with its shell, all that in a serverless manner and following good OOP practices. The main…