You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET 10 preview 3 was released yesterday, but for some reason actions/setup-dotnet is still installing .NET 10 preview 2 when 10.0.x is passed to dotnet-version.
I wonder if there's something needs updating somewhere to do with the recent changes to the host name for the CDN where the .NET assets live?
I had a quick at the release notes JSON and also spotted this mistake, but I don't think that should affect the SDK install? dotnet/core#9852
Description:
.NET 10 preview 3 was released yesterday, but for some reason actions/setup-dotnet is still installing .NET 10 preview 2 when
10.0.x
is passed todotnet-version
.I wonder if there's something needs updating somewhere to do with the recent changes to the host name for the CDN where the .NET assets live?
I had a quick at the release notes JSON and also spotted this mistake, but I don't think that should affect the SDK install? dotnet/core#9852
Task version:
v4.3.1
Platform:
Runner type:
Repro steps:
Expected behavior:
Version
10.0.100-preview.3.25201.16
of the .NET SDK is installed.Actual behavior:
Version
10.0.100-preview.2.25164.34
of the .NET SDK is installed.The text was updated successfully, but these errors were encountered: