If you are not sure why you need to set the AssemblyFileVersion and AssemblyVersion read this first. First thing to do is to change the build number format to include the version number of a build Major.Minor.Build.Revision. Something like this $(BuildDefinitionName_{Major}.{Minor}.$(DayOfYear)$(Rev:.r)
Read More...