-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Labels
Description
4.0-beta9 works fine. Since 4.0-beta10 version number is wrong.
I use master and set tags after build like this:
somename_ => somename_2.2.8
I have setup tag-prefix in gitversion.yml to 'somename_'. This is the only config option I've set.
There are some other tags -- but they have other prefixes and lower version numbers (1.0.* , 2.0.*)
Expected next version: 2.2.9 (or 2.2.8 if zero commits since tag somename_2.2.8).
Worked in beta9 fine!
Somehow gitversiontask 4.0-beta10 gets 2.1.0.0 and this is used as my assemblyversion.
(Since I'm using older gitversion.exe I have correct tags etc, but assembly properties are wrong due to use of latest gitversiontask.)
Rora