Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can assembly version been automatically updated with each TFS 2010 Build?

I'm using Visual Studio 2010 and TFS 2010. Is there a way that dll version be automatically incremented with each TFS build?

Thanks

like image 802
Afshar Mohebi Avatar asked Jul 15 '10 05:07

Afshar Mohebi


2 Answers

I have a blog post on how to version your assemblies in TFS Build 2010: How to Create a Custom Workflow Activity for TFS Build 2010 RTM

like image 86
Jim Lamb Avatar answered Oct 12 '22 01:10

Jim Lamb


Try TfsVersioning build definition. It can be alse extended with Nugetter to create a NuGet package and upload it to a repository.

like image 25
gius Avatar answered Oct 12 '22 01:10

gius