Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C++

Continuous Delivery with TFS: Automatically Versioning Assemblies as Part of The Build

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Mar 2015CPOL8 min read 16.6K   7  
In a previous post in this series on implementing continuous delivery with TFS we looked at how some simple tweaks to the build process can help with the goal of baking quality in. This post continues in the vein of making improvements to the pipeline by addressing the issue of assembly versioning.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
Dr Graham Smith is a former research scientist who got bitten by the programming and database bug so badly that in 2000 he changed careers to become a full-time software developer. Life moves on and Graham currently manages a team of software engineers and specialises in continuous delivery and application lifecycle management with the Team Foundation Server ecosystem.

Comments and Discussions