-
Notifications
You must be signed in to change notification settings - Fork 13
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
No new versions are found for Winget apps if you don't even go to the VM and start Winget search #16
Comments
Uhm, that's a weird issue. I've not experienced it myself. The pipeline is running in the context of a given user, is that the same user that you're logging on to as well? I was thinking if there could be a per-user inconsistency or something weird with the Windows Package Manager versioning. But honestly, I feel pretty lost. |
Hello @NickolajA , yes i know its weird. The pipeline is running in the context of the same user as i am logging in. I feels like some caching issue or anything. What i tried:
nothing helped i have to go manually to the vm open a powershell and: winget search google.chrome (as an example) I think this is not factory but winget related issue and i wonder if no more people have the same. Would be great to hear some other voices Thanks a lot Edit: one interesting point my vm is win11 |
Hi Dennis, i am feeling i have the same or a similar issue. Intune App Factory does not use the latest version of an App from winget. For example PreForm is available in winget with version 3.36. but the Factory pipeline creates a package with version 3.34. Any ideas what could be the problem here? i did not try to run winget search on the VM as i dont have access to it. |
Hi @FW123456789 , please login to the machine with the same user as factory ( i have an extra user as example), then open powershell and search for any app like this >> winget search google.chrome now it will find new updates for all apps... (weird) My last Test i did now some days before is, i updated to the new winget from github. Hopefully this solves the issue, i will see... here the link: from there you can use the msix to update your winget like me, mine was really old before |
I started experiencing this last week, however my VM where running W10 21H2, so I upgraded it to W11 23H2 and the issue went away. |
Hello to all, I have the same problem. I found out that Winget does not update the source list. I have implemented a workaround for this. Maybe this will help. Install-Modules.ps1 - at the end:
|
Hello @NickolajA
i have an weird issue, maybe you can tell me with your experience what i am doing wrong.
any idea was causes this weird behaviour ?
Thank so very much
The text was updated successfully, but these errors were encountered: