Archive | Build Server

Building a Build Server to help build your code and automate other things.

Setting up NAnt from source code on OSX

Why? While the MacPorts installation contains a NAnt package, that package is depending on the mono package that comes with MacPorts. The mono package from MacPorts is not able to build for the iOS architecture. The problem is that the source code is not compiling right of the shelf with the Xamarin version of the […]

Continue Reading 0

Building a Build Server – Finding Duplicated Code Blocks in your Source

JetBrains, the company behind ReSharper, has a command-line tool package with some of the ReSharper features too. It is a free package to integrate quality analysis into continuous integration systems and can be downloaded from JetBrains’ ReSharper Command Line Tools page. In this article, we are going to integrate the dupFinder into the Jenkins build […]

Continue Reading 0

Creating Documentation for your Published Libraries

In the previous article, we published NuGet package on nuget.org. If you are publishing libraries, the value of the code is higher with included API documentation. XML Documentation Comments Usually, the problem with API documentations is that they are outdated because they refer to previous versions of the code. For this reason, an API documentation […]

Continue Reading 0

Powered by WordPress. Designed by WooThemes