4

In my build workflow I change the assembly version information in AssemblyInfo.cs for some class libraries. How can I check-in my changes at the end of the build process? From what I see there is no such activity.

Welbog
  • 59,154
  • 9
  • 110
  • 123
kjv
  • 11,047
  • 34
  • 101
  • 140

1 Answers1

6

I've found a blog post by Ewald Hofman on how to do exactly what I want:

http://www.ewaldhofman.nl/post/2010/05/13/Customize-Team-Build-2010-e28093-Part-5-Increase-AssemblyVersion.aspx

kjv
  • 11,047
  • 34
  • 101
  • 140