Raul Naupariblog.raulnq.com·Jan 10, 2024GitHub Packages: Publishing NuGet Packages using NUKE (with GitVersion and GitHub Actions)GitHub Packages is a platform for hosting and managing packages, including containers and other dependencies. GitHub Packages combines your source code and packages in one place to provide integrated permissions management and billing, so you can cen...119 readsNukenuke
Raul Naupariblog.raulnq.com·Jul 2, 2022Semantic Versioning with GitVersion (GithubFlow)In a previous post we saw how to use GitVersion to generate version numbers following Semantinc Versioning (using GitFlow as a branching strategy). Today we will do the same exercise but using GitHubFlow as a branching strategy. Let's start creating ...1 like·143 readsGit
Raul Naupariblog.raulnq.com·Jun 5, 2022Nuke: Deploy Helm package locally (special guest, GitVersion)Today, we will continue our journey with Nuke by adding new targets to the solution presented in Nuke: Deploy ASP.NET Web App to Azure. This time, we will deploy our app to a local Kubernetes cluster using Helm. But first, we will need the following:...1 like·421 readsNukeKubernetes