Hi all,
I need to implement auto-increment for each nightly builds.
For this, i need to read existing version, increment only the build number and save the incremented build number to assemblyinfo.cs files as well as some custom xml files having the following syntax.
<?xml version="1.0" encoding="utf-8"?>
<MyProduct>
<Version>v.3.0.13</Version>
<Build>3.0.13</Build>
</MyProduct>
I am having trouble to read existing version and build number separately. I could increment build number using the Sdc.Sum Task from Microsoft.Sdc task but there is a problem while trying to read the assembly version.
Kindly help
Thanks