dotnet / install-scripts

MIT License
127 stars 70 forks source link

install-dotnet-preview script for .NET 8 Preview 1 is not available at repo #353

Closed N0D4N closed 1 year ago

N0D4N commented 1 year ago

Current hosted install-dotnet-preview script at this repo targets .NET 7 Meanwhile script for installing .NET 8 Preview 1 at https://aka.ms/install-dotnet-preview isn't available here

donJoseLuis commented 1 year ago

@MichalPavlik heads up on this issue. We should fix this ASAP (usually for these issues, the root-cause is the needed bits are not available in blob storage)

Heads up @baronfel

YuliiaKovalova commented 1 year ago

Hi @N0D4N

Could you try to run the command using the parameters? .\dotnet-install.ps1 -Channel 8.0.1xx

I have checked it on my local machine and bits seem to be available now.

N0D4N commented 1 year ago

@YuliiaKovalova

I have used .\dotnet-install.sh -Channel 8.0.1xx and it worked. But my concern was availability of install-dotnet-preview for comments for example, rather than need to install .NET 8. Also install-dotnet-preview provides ability to install .NET previews as Linux packages, which is convenient, at least for me. And dotnet-install script doesn't provide such possibility AFAIK

YuliiaKovalova commented 1 year ago

@N0D4N , thank you for these details. I can see that the script on the https://aka.ms/install-dotnet-preview was updated and points to the right version now. Could you try to run it again?

N0D4N commented 1 year ago

@YuliiaKovalova aka.ms/install-dotnet-preview works fine, though I haven't tried running it before, so i can't really compare. My original concern was not with script located at aka.ms working incorrectly, but rather with mismatch with version at aka.ms, and in this repo. But as far as i can tell you updated script in this repo in 3594d6c8465af7f15ff850b0edae1b7dbbf874fa, so I suppose it would be fine to close this issue, if the team wouldn't want to use it for some tracking. My only concern is this process of syncing of scripts at aka.ms and this repo being manual. Wouldn't we essentially face same issue when updating preview version/moving from preview to RC/moving from one .NET version to other?

YuliiaKovalova commented 1 year ago

It makes perfect sense, thank you!

@leecow , could you add it to the preview release checklist if we have any?