actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
942 stars 458 forks source link

dotnet 8 RC2 is not default for 8 preview #472

Closed AceHack closed 1 year ago

AceHack commented 1 year ago

Description:

    # sets up .NET Core SDK 8
    - name: Setup .NET Core SDK
      uses: actions/setup-dotnet@v3
      with:
        dotnet-version: 8
        dotnet-quality: 'preview'

Should pull in 8 RC2 not RC1

Task version: actions/setup-dotnet@v3

Platform:

Runner type:

Repro steps:
See above usage

Expected behavior: dotnet 8 RC2 SDK

Actual behavior: dotnet 8 RC1 SDK

dusan-trickovic commented 1 year ago

Hello, @AceHack! Thank you for reporting the issue, we will investigate it and see what can be done :)

vaind commented 1 year ago

There's no RC2 yet, is there? https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json

AceHack commented 1 year ago

Yeah I'm sorry I jumped the gun here https://github.com/dotnet/aspnetcore/milestone/265