You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)