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
The behavior you're looking for is triggered when you set GitDefaultVersion, which is used in the default fallback if no other base version is determined. That other line is confusing, will remove it :)
Is it possible to use an MSBuild property to determine base version instead of tag/branch or external file?
This seems to indicate that it is possible to set the $(GitBaseVersion) from MSBuild:
https://github.com/kzu/GitInfo/blob/master/src/GitInfo/build/GitInfo.targets#L78
I can't get it to work. Is it possible? When/Where should the variable be assigned?
The text was updated successfully, but these errors were encountered: