We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
If you plan to use GitVersion, I would recommend installing and using it through a tool-manifest file.
This can be easily set up running the following commands:
dotnet new tool-manifest dotnet tool install GitVersion.Tool
Then commit the file .config/dotnet-tools.json to the repository.
.config/dotnet-tools.json
When the tool is meant to be used, you could then call
dotnet tool restore # Will restore all tools mentioned in the tool manifest dotnet gitversion
The same thing could then be used with GitReleaseManager (#29) as well.
NOTE: Do not work with cake, if it is planned to use that
Sorry, something went wrong.
(chocolatey-communityGH-28) Add .NET tool config
45a31f7
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: