Stable Aspire CLI 13.5.3 installation downloads from a preview URL
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
## Description
The stable Aspire CLI installation is downloading an artifact from a preview-version URL. This was reported while updating both macOS and Windows. The Windows winget output below confirms the URL mismatch; equivalent macOS output has not yet been captured.
## Reproduction
Install or update the stable Aspire CLI package through winget (Microsoft.Aspire).
## Observed Windows output
` ext
Found Aspire CLI [Microsoft.Aspire] Version 13.5.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://ci.dot.net/public/aspire/13.5.3-preview.1.26425.3/aspire-cli-win-x64-13.5.3.zip
`
## Expected behavior
Stable installations should resolve to the intended stable release artifact. If a preview-named storage path is intentional for a stable release, clarify that provenance so users can distinguish stable artifacts from preview builds.
## Actual behavior
winget identifies the package as stable version 13.5.3, but downloads from a path containing 13.5.3-preview.1.26425.3.
The URL alone does not establish whether the binary itself is a preview build. Please verify the stable package manifest and the referenced artifact.
## Platforms
- Windows: confirmed by winget output above.
- macOS: also reported during an update; exact installation command and output are not yet available.
Contributor guide
Assessment
This issue has not been assessed yet.