Closed ysmoradi closed 1 week ago
This belongs in dotnet/install-scripts
. Possibly the same issue as https://github.com/dotnet/install-scripts/issues/546
@rbhanda @marcpopMSFT do you know what process might be missing here to update this?
@rbhanda @marcpopMSFT do you know what process might be missing here to update this?
working on this
This has been fixed. https://dotnetcli.blob.core.windows.net/dotnet/Runtime/9.0/latest.version returns 9.0.0 now
Thank you very much!
Description
https://dotnetcli.blob.core.windows.net/dotnet/Runtime/9.0/latest.version url is returning 9.0.0-rc.2.24473.5 instead of 9.0.0
Reproduction Steps
Just open the provided Microsoft website url.
Expected behavior
It should return the latest stable release number (9.0.0), just like https://dotnetcli.blob.core.windows.net/dotnet/Runtime/8.0/latest.version that returns 8.0.11
Actual behavior
It returns 9.0.0-rc.2.24473.5
Regression?
Works fine on .NET 8
Known Workarounds
I tried to workaround the cache (if any) by passing a random query string, but it didn't work
Configuration
No response
Other information
No response