Pipeline says package was published, but source is not updated #192959
-
Hi! According to https://github.com/microsoft/winget-pkgs/blob/master/doc/FAQ.md#how-long-do-packages-take-to-be-published, packages are published every hour or so. A package I submitted last Tuesday has a "Published Pipeline: Healthy" label, but I can't seem to find the latest version. PS C:\Users\fnando\Projects> date
Thursday, November 21, 2024 1:38:51 PM
PS C:\Users\fnando\Projects> winget source update && winget search --id Stellar.StellarCLI
Updating all sources...
Updating source: msstore...
Done
Updating source: winget...
Done
Name Id Version Source
--------------------------------------------------
Stellar CLI Stellar.StellarCLI 22.0.0-rc.1 winget
PS C:\Users\fnando\Projects> winget upgrade --id Stellar.StellarCLI
No available upgrade found.
No newer package versions are available from the configured sources. Is the package really available or is that some aggressive caching on Windows side? Is there a way I can forcefully update the cache by removing some files? Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
The problem isn't with publishing, the version was published successfully which you can check with
Why you're not seeing an available upgrade is because WinGet version sorting logic ranks |
Beta Was this translation helpful? Give feedback.
The problem isn't with publishing, the version was published successfully which you can check with
Why you're not seeing an available upgrade is because WinGet version sorting logic ranks
22.0.0-rc.1
higher than22.0.0
. Until WinGet has better support for release channels ( tracked in issue microsoft/winget-cli#147 ), I would suggest not publishing release candidate builds.