-
Notifications
You must be signed in to change notification settings - Fork 79
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
dotnet-install.sh still returns 7.0 as latest STS version #546
Comments
https://aka.ms/dotnet/STS/dotnet-runtime-win-x64.zip is returning |
As a workaround, specify the version to install directly. Works for me accross a wide variety of linux and macos machines.
|
cc @baronfel, shall we transfer it to dotnet/install-scripts repo? e.g. https://aka.ms/dotnet/STS/dotnet-runtime-linux-musl-arm64.tar.gz is currently redirecting to (out of support) v7.0.20. Related discussion #418.
another - bit flexible - option: |
Confirmed that all STS aka.ms URLs are pointing to 7.0. @rbhanda I don't recall where these are generated, do you? |
I dont think these are getting updated through our automation. Not sure how these got updated though |
I think this issue belongs in https://github.com/dotnet/install-scripts but I can't transfer it, @donJoseLuis @YuliiaKovalova -- looks like you own this repo. |
cc: @JanProvaznik |
I have updated the links manually; this issue should be resolved for now. We are currently investigating our automation which can update these links |
Description
The subject says it all.
Reproduction Steps
dotnet-install.sh -DryRun -Channel sts -Runtime dotnet | grep tar.gz | cut -d' ' -f6 | cut -d/ -f6
Expected behavior
Return 9.0.xxx
Actual behavior
Returns 7.0.20
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: