Posts Tagged Continues Integration

TeamCity Meta-Runner: Semantic Version Build Number

Look at that nice looking SemVer used as a build number in TeamCity. It’s not impossible to get something like that working for you with some script language of choice in a build-runner. However…I just happened to make mine public, as a meta-runner, and others can benefit from it. Note: You can download the meta-runner […]

, , , , , ,

1 Comment

Using assembly version as TeamCity build number throughout build chain

Let’s say you want to use the version number that is compiled into your assembly as the build number in a TeamCity build chain and label your sources with that build number as last step. This post will show you how to accomplish that. 1: the Visual Studio part 1.1 Add the AssemblyVersion attribute to […]

,

6 Comments