-
Notifications
You must be signed in to change notification settings - Fork 653
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] GitVersion.MsBuild 5.6.7 The command ""C:\Users\UserName\.nuget\packages\gitversion.msbuild\5.6.7\tools\net48/gitversion.exe" "C:\Users\UserName\Documents\source\repos\MyRepo.Test" -output file -outputfile obj\gitversion.json" exited with code 1. #2631
Comments
I have the same problem with windows 10 in a .net 5.0 project. |
I also have this problem, Windows 10 and .NET Framework 4.7.2 project. Downgrading to 5.6.6 fixes the problem for me, not sure why 5.6.7 doesn't work. |
I have the same problem with windows 10 in a .net 5.0 project. |
I had the same error. I had missing GitVersion.yml in the root directory and the git repo didn't have any commits 😅 |
We ran into a similar issue but this time the problem was that we had a project specific
|
With version 5.6.8 the problem is the same :( |
@ALL: Do you see the same exception & call stack:
|
🎉 This issue has been resolved in version 5.10.0 🎉 Your GitReleaseManager bot 📦🚀 |
Describe the bug
Building a project with GitVersion.MsBuild 5.6.7 produces:
The command ""C:\Users\UserName\.nuget\packages\gitversion.msbuild\5.6.7\tools\net48/gitversion.exe" "C:\Users\UserName\Documents\source\repos\MyRepo.Test" -output file -outputfile obj\gitversion.json" exited with code 1.
Possibly related to: #2566
The text was updated successfully, but these errors were encountered: