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
In a MSVS 2019 project I've configured a prebuild step execution with this command
gitversion /updateassemblyinfo $(SolutionDir)GlobalAssemblyInfo.cs /ensureassemblyinfo
This worked well with previous versions of GitVersion and the GlobalAssemblyInfo.cs file was generated with the info expected
With version 5.3.2, the GlobalAssemblyInfo.cs file specified in the command line is not created and the AssemblyInfo.cs files in the solution are updated.