Get Assembly Version of DLL using TFS Build Tasks
Is there any way to read the assembly version of a file using TFS Build Tasks or Build Definitions.
I want to build an Inst开发者_开发技巧allShield Project in TFS using build tasks. I am able to build it but in order to pass the Product Version to InstallShield I need some mechanism to read it from the assembly (we are considering assembly version for MSI or setup as Product Version).
The MSBuildExtensionsPack has an Assembly task you can use for this purpose.
精彩评论