views:

73

answers:

1

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.

+1  A: 

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

iulianchira

related questions