-
Notifications
You must be signed in to change notification settings - Fork 651
[Bug] Typo in GitVersion.MsBuild.targets #2582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Happy to include it in my current PR, or do you prefer separate PRs for different fixes? |
…eleaseLabelWithDash
Since #2581 does not deal with the MSBuild task directly, fixing the typo in a separate PR would be preferable. 🙏🏼 |
Ok, I'll revert it there and kick off a separate PR. |
…eleaseLabelWithDash
…ion_PreReleaseLabelWithDash" This reverts commit f2b6131.
#2582: GitVersionMsBuild.Targets: fix typo in GitVersion_PreReleaseLabelWithDash
…ion_PreReleaseLabelWithDash" This reverts commit f2b6131.
…eleaseLabelWithDash" This reverts commit f2b6131.
🎉 This issue has been resolved in version 5.6.5 🎉 Your GitReleaseManager bot 📦🚀 |
<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
The text was updated successfully, but these errors were encountered: