I noticed that my assemblies were being stamped with version information 0.0.0.0... and it was because UpdateAssemblyInfo target in build\GitVersionTask.targets doesn't exist in its buildMultiTargeting counterpart.
Is this a bug or was there a reason for removing it? (I manually added that target back manually and it appears to work for me.)
Thanks!
Connie