-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cannot pin Microsoft.Teams.Classic #4339
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
|
Thanks, bot. The issue you found is similar in that:
But there are also differences:
So, I think these are similar but not duplicates. Somebody with knowledge of what is going on internally may be able to judge that the root cause is the same. In that case, please mark this issue as the duplicate of that one. |
I'll leave this one independent for now. We've just released a preview to handle some of the Side-By-Side scenarios better, but I think this may also be related to Area-Matching. |
Is this still a problem on WinGet 1.8? |
I confirm that I cannot reproduce the issue any more. I received a new laptop in between, so I had to install an old version
|
Brief description of your issue
I have Microsoft Teams installed (by default). It shows up during
winget upgrade --all
in section The following packages have an upgrade available. Since I have moved to the new teams already quite some time ago, I do not use Teams Classic at all, and I also do not want to manage its updates, because it was installed by default and should be managed by my organization rather than me. In order to spare me from that notification every time I try to upgrade the packages I have installed myself, I attempted to pin that package. Strangely,winget pin add Microsoft.Teams.Classic
does not work, even though this method worked for another package (Discord.Discord
) I wanted to hide using the same method.As a workaround, pinning using package name works:
Steps to reproduce
Precondition: Have
Microsoft.Teams.Classic
installed in old version:winget pin add Microsoft.Teams.Classic
Expected behavior
Pin is added and is visible with
winget pin list
.Actual behavior
Environment
> winget --info Windows Package Manager v1.7.10861 Windows: Windows.Desktop v10.0.22631.3374 System Architecture: X64 Package: Microsoft.DesktopAppInstaller v1.22.10861.0
I already have
Microsoft.Teams
Teams Machine-Wide Installer pinned for similar reasons.The text was updated successfully, but these errors were encountered: