Tagged Questions
0
votes
1answer
399 views
How to update assmebly version info with new build and revision during build?
I have to update the build number in assembly version of assemblyinfo.cs file.
I have written a custom tasks which updates all the assmeblyinfo.cs under a solution before starting build. But when i ...