I would like to know if there is a reason to automatically update the build number variable when no variable has been set in the build number. I cannot use a build number template like the following if I build more than one project with the nuget package.
I want to use this build number template : $(GITVERSION_FullSemVer)-$(date:yyyy.MM.dd)$(rev:.r)
The build number is always replaced by the FullSemVer version number...
At least, would be great to have an opt-out option to not replace the build number with fullsemver by default.
Thanks!