-
Notifications
You must be signed in to change notification settings - Fork 652
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
[Bug] Duplicate attributes with MSBuild task in WPF net5.0-windows project #2805
Comments
I think I know what's going on - the MSBuild task isn't compatible with net5.0-windows...? I'm honestly not sure however. |
@arp-mbender maybe try this |
@arp-mbender, agreed. I just don't use the MSBuild task myself, so I wouldn't know what to document. If you or anyone else using the MSBuild task can provide the necessary documentation to alleviate problems like this, we would highly appreciate a pull request. 🙏🏼 The documentation resides in the |
#2841 resolved this. |
Describe the bug
After installing the MSBuild GitVersion task and removing all version information the project fails to compile due to duplicate version attribute errors.
Build output:
Expected Behavior
Following the basic tutorial I'd expect the project to compile and have GitVersion-calculated version information applied.
Actual Behavior
Project fails to compile.
Possible Fix
No clue.
Steps to Reproduce
Context
Cannot use GitVersion in my project.
Your Environment
Windows Server 2019 Standard
GIT 2.32.0.windows.2
VS 2019
GitVersion.MsBuild 5.6.11
The text was updated successfully, but these errors were encountered: