I'd like to automatically update开发者_如何学JAVA the AssemblyFileVersion on each build, though not the AssemblyVersion.
Is there any easy way that don't require every developer to install the MSBuild community tasks ?
(I'd basically like AssemblyVersion("1.0.*") but for the AssemblyFileVersion )
Just include the MSBuild community tasks in your version control system, there's no need to install it.
I use this tool:
http://autobuildversion.codeplex.com/
精彩评论