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

Provide ability to force usage of .NET Global Tools #43

Closed
gep13 opened this issue May 3, 2022 · 1 comment
Closed

Provide ability to force usage of .NET Global Tools #43

gep13 opened this issue May 3, 2022 · 1 comment
Assignees
Labels
Improvement Issues that enhances existing functionality, or adds new features
Milestone

Comments

@gep13
Copy link
Member

gep13 commented May 3, 2022

Currently, the usage of the .NET Global Tool versions of tools is decided based on whether the project you are building is a full fat .NET Framework project, or whether you are building using dotnet CLI.

This is typically fine, but we also need to ability to force the usage of the .NET Global Tools. This is necessary for example when running on the GitHub Actions Ubuntu image, where the full fat framework version of GitVersion doesn't run at all, and we need to run using the .NET Global Tool.

@gep13 gep13 added the Improvement Issues that enhances existing functionality, or adds new features label May 3, 2022
@gep13 gep13 added this to the 0.6.0 milestone May 3, 2022
@gep13 gep13 self-assigned this May 3, 2022
@gep13 gep13 closed this as completed May 3, 2022
gep13 added a commit that referenced this issue May 3, 2022
Rather than solely deciding which version of the tools to use based on
what type of project is being built, also allow the decision to be forced
using a build parameter.

This is necessary for example when running GitVersion on the GitHub
Actions Ubuntu image, where the .NET Framework version doesn't work
at all.
gep13 added a commit that referenced this issue May 3, 2022
* release/0.6.0:
  (#43) Allow forcing usage of .NET Global Tools
  (#42) Allow usage of .NET Global Tool for GitVersion
  (#41) Update to GitReleaseManager 0.13.0
  (#40) Update to Cake.Git 1.1.0
@choco-bot
Copy link

🎉 This issue has been resolved in version 0.6.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Issues that enhances existing functionality, or adds new features
Projects
None yet
Development

No branches or pull requests

2 participants