question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
MarkusHorstmanncommented, Feb 5, 2021

Ok, I’ll revert it there and kick off a separate PR.

0reactions
github-actions[bot]commented, Feb 7, 2021

🎉 This issue has been resolved in version 5.6.5 🎉 The release is available on:

Your GitReleaseManager bot 📦🚀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found