Closed
Description
We have a repo in ContinousDeployment mode and would like our PullReqeusts to produce packages that are differentiated so that the other tooling can detect changes appropriately.
our gitversion is simply:
mode: ContinuousDeployment
branches: {}
right now we get:
GitVersion.FullSemVer 0.1.0-PullRequest.5+1398
GitVersion.NuGetVersion 0.1.0-pullrequest0005
and
GitVersion.FullSemVer 0.1.0-PullRequest.5+1399
GitVersion.NuGetVersion 0.1.0-pullrequest0005
Notice that the nuget version doesn't iterate. I tried using the FullSemVer and it broke as that is not a nuget compatible package version.
Metadata
Metadata
Assignees
Labels
No labels