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

Add alias for dotnet workload update command #3487

Closed
augustoproiete opened this issue Sep 30, 2021 · 2 comments · Fixed by #3952
Closed

Add alias for dotnet workload update command #3487

augustoproiete opened this issue Sep 30, 2021 · 2 comments · Fixed by #3952
Assignees
Labels
Milestone

Comments

@augustoproiete
Copy link
Member

dotnet workload update - Updates installed workloads. Introduced with .NET 6 SDK.

The dotnet workload update command updates all installed workloads to the newest available versions. It queries Nuget.org for updated workload manifests. It then updates local manifests, downloads new versions of the installed workloads, and removes all old versions of each workload.

Docs: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-update

@gep13
Copy link
Member

gep13 commented Jan 11, 2022

@Marusyk done, thank you for your help with all these changes!

@cake-build-bot
Copy link

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

Successfully merging a pull request may close this issue.

5 participants