Skip to content

[Bug] Typo in GitVersion.MsBuild.targets #2582

@MarkusHorstmann

Description

@MarkusHorstmann

<DefineConstants Condition=" '$(GitVersion_PreReleaseLabelWithDash)' != '' ">GitVersion_PreReleaseLabelWithDash=$(GitVersion_PreReleaseLabeWithDashl);$(DefineConstants)</DefineConstants>
should likely be
<DefineConstants Condition=" '$(GitVersion_PreReleaseLabelWithDash)' != '' ">GitVersion_PreReleaseLabelWithDash=$(GitVersion_PreReleaseLabelWithDash);$(DefineConstants)</DefineConstants>

Noticed doing other changes, but don't have a way to test this.

Expected Behavior

Unknown

Actual Behavior

Unknown

Possible Fix

See above.

Steps to Reproduce

Unknown

Context

Code inspection

Your Environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions