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

Update GitVersion alias reference page with dotnet tool usage example #3283

Closed
augustoproiete opened this issue Mar 16, 2021 · 2 comments · Fixed by #3318
Closed

Update GitVersion alias reference page with dotnet tool usage example #3283

augustoproiete opened this issue Mar 16, 2021 · 2 comments · Fixed by #3318
Assignees
Milestone

Comments

@augustoproiete
Copy link
Member

The example in the documentation ( https://cakebuild.net/api/Cake.Common.Tools.GitVersion/GitVersionAliases/ ) uses GitVersion.CommandLine which is a Windows-only tool.

GitVersion.Tool is a cross-platform .NET tool that can be consumed via the dotnet scheme in Cake >= 1.1

#tool "dotnet:?package=GitVersion.Tool&version=5.6.6"
@pascalberger
Copy link
Member

This is part of XML comments in Cake.Common and needs to be updated there

@pascalberger pascalberger transferred this issue from cake-build/website Mar 16, 2021
@augustoproiete augustoproiete added this to the v1.x Next Candidate milestone Mar 16, 2021
arturcic added a commit to arturcic/cake that referenced this issue Apr 19, 2021
arturcic added a commit to arturcic/cake that referenced this issue Apr 19, 2021
arturcic added a commit to arturcic/cake that referenced this issue Apr 20, 2021
augustoproiete added a commit that referenced this issue Apr 20, 2021
#3283 - Update GitVersion alias reference page with dotnet tool usage example
@augustoproiete augustoproiete self-assigned this Apr 20, 2021
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v1.2.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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants