-
Notifications
You must be signed in to change notification settings - Fork 662
Closed
Description
According to the documentation here: MSBuild Task Usage
If you tag the commit before head with v1.2.3 and then build head, the AssemblyFileVersion should be: 1.2.3.0
But when this is done the AssemblyFileVersion is actually: 1.2.4.0
Which is correct?
Not sure if this is a documentation bug or a product bug.
The documentation also states that with the example above the AssemblyInformationalVersion will be:
1.2.4+1.Branch.<branchname>.Sha.<commithash>
Is that the desired behavior? Or should it be:
1.2.3+1.Branch.<branchname>.Sha.<commithash>
As this version would be 1 commit ahead of 1.2.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels