I'm trying to edit my build template to set the build name to be the same as my msi name. My msi-file is created with wix with a name "Product 1.0.0..msi" and I want the "Product 1.0.0." to be the build name in TFS instead of the normal "$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)".
The assembly-version on the output of MSBuild is also correct, so a solution using that is acceptable too.
Is this possible to do in a custom build template in Visual Studio? Anyone who have done this?