k blog.kenaro.com
← All articles

Upgrade all DOTNET TOOLs at once with PowerShell

· Ingo Karstein
(. dotnet tool list -g) | select -skip 2 | select-string -pattern "^([^\s]+)" | % { $_.matches.groups[1].value} | % { . dotnet tool update $_ -g}

0 comments

Leave a comment

Your comment is reviewed before it appears. Your name is shown with the comment; your email is required for moderation but never published.