SiberianGuy
SiberianGuy

Reputation: 25312

AssemblyInfo patcher in TFS

TeamCity has a nice feature called AssemblyInfo patcher. I used it to set AssembliInfo version equal to build number (only in binaries). Now I need to implement the same behaviour in TFS. Is there any tool for that?

Upvotes: 0

Views: 376

Answers (2)

Ed Blankenship
Ed Blankenship

Reputation: 5223

If you are looking for the update of version numbers specifically for AssemblyInfo files, then I would suggest taking a look at the TfsVersion activity in the Community TFS Build Extensions on CodePlex. You can also take a look at the AssemblyInfo build workflow activity available on there as well.

Upvotes: 1

Betty
Betty

Reputation: 9189

There's a guide for doing similar with the TFS Build Extensions and another to Create a Custom WF Activity to Sync Version and Build Numbers

Upvotes: 3

Related Questions