Skip to content

ContinuousDeployment doesn't update NugetVersion for Pull Request updates? #910

Closed
@ashtonian

Description

@ashtonian

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions