In the previous article, titled Building a Build Server – Installing Jenkins, we installed Jenkins on the build server. In this article, we are going to configure our first C# project to be compiled by Jenkins. For now, we are going to directly execute MSBuild from the Jenkins configuration, but in the next article, we […]
Archive | January, 2017
Building a Build Server – Installing Jenkins
In this series of articles, we are going to install and configure Jenkins. The goal is to configure build options for a .NET library project and publish it as a NuGet package for other projects. The publication can be either into the http://nuget.org public NuGet package repository or to a private one for your company. […]
Welcome
Dear Reader, Welcome to the High Value Code blog. On this blog, I am going to review different aspects of producing high quality and high maintainability codes, as well as, related systems and ideas. The initial plan includes reviewing build systems, code correction proofing, ideas regarding structuring code and solving related problems. It also includes […]