[Bug] Typo in GitVersion.MsBuild.targets
See original GitHub issue<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
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
[Bug] Build with GitVersion.MsBuild fails because ...
Because GitVersionTask seems to be deprecated, I have switched to the GitVersion.MsBuild package. However, the build of my netstandard2.1 ...
Read more >GitVersion.MSBuild error - Build/Test Issues
The error is that its a malformed path (that part is the GitVersion problem). Understood. In this case, it may be enough to...
Read more >Error "-outputfile" when building a project on gitlab
In my project, I use the GitVersion.MsBuild library to keep track of the application version on the wpf. When building in gitlab there...
Read more >GitVersionTask v4 with an MSBuild-only project
I assume the error must have something to do with this not being a normal .NET project (i.e., with no source code aside...
Read more >GitVersion.MsBuild Auto Increment? : r/dotnet
GitVersion says it has strategies to automatically increase the patch version on each commit to the main branch, but I'm finding with the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, I’ll revert it there and kick off a separate PR.
🎉 This issue has been resolved in version 5.6.5 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀