Skip to content
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

[fix] Bump GitVersion.Tool #2792

Merged
merged 2 commits into from Oct 3, 2023

Conversation

martincostello
Copy link
Contributor

@martincostello martincostello commented Oct 2, 2023

Update to the latest stable version of GitVersion.Tool that supports .NET 6.

Resolves #2790


Before the change?

  • build.ps1 fails with Error: GitVersion: Process returned an error (exit code -2147450730).

After the change?

  • build.ps1 successfully compiles and tests Octokit.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

  • Yes
  • No

Update to the latest stable version of GitVersion.Tool that supports .NET 6.
Resolves octokit#2791.
@nickfloyd nickfloyd added the Type: Bug Something isn't working as documented label Oct 2, 2023
Copy link
Contributor

@nickfloyd nickfloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@martincostello Thanks for getting this knocked out! ❤️

@nickfloyd nickfloyd merged commit 12e29ab into octokit:main Oct 3, 2023
5 checks passed
@martincostello martincostello deleted the update-gitversion.tool branch October 3, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working as documented
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: Build fails if .NET 5 is not installed
2 participants