,NET 6 RC2 version support
See original GitHub issueSetup .NET RC2 / latest versions…
I am trying to setup DOTNET_CORE_VERSION: 6.0.0-rc.2.21480.5 with include-prerelease: True
It keeps failing with the error below… so far only working one is DOTNET_CORE_VERSION: 6.0.100-rc.1.21458.32. Any idea how to get the support for latest version of .NET 6?
dotnet-install: Downloading primary link https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.0-rc.2.21480.5/dotnet-sdk-6.0.0-rc.2.21480.5-linux-x64.tar.gz
curl: (22) The requested URL returned error: 404
dotnet-install: The resource at https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.0-rc.2.21480.5/dotnet-sdk-6.0.0-rc.2.21480.5-linux-x64.tar.gz is not available.
dotnet_install: Error: Could not find .NET Core SDK
with version = 6.0.0-rc.2.21480.5
dotnet_install: Error: Refer to: https://aka.ms/dotnet-os-lifecycle for information on .NET Core support
Error: The process ‘/home/runner/work/_actions/actions/setup-dotnet/v1.8.0/externals/install-dotnet.sh’ failed with exit code 1
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top GitHub Comments
@ralftar, it’s correct, if version is not specified as action input and
global.json
is not found, setup action do nothing. Therefore it will be use pre-installed .NET from runner.Closed, because the issue is resolved.