开发者

Automatically increment AssemblyFileVersion on build?

开发者 https://www.devze.com 2022-12-16 18:53 出处:网络
I\'d like to automatically update开发者_如何学JAVA the AssemblyFileVersion on each build, though not the AssemblyVersion.

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消