You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
* 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
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.
The text was updated successfully, but these errors were encountered: