Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Installing .NET 5.0.4 fails #12

Closed
ronaldbosma opened this issue Mar 10, 2021 · 1 comment · Fixed by #13
Closed

Installing .NET 5.0.4 fails #12

ronaldbosma opened this issue Mar 10, 2021 · 1 comment · Fixed by #13
Assignees
Labels
bug Something isn't working

Comments

@ronaldbosma
Copy link
Owner

Installing .NET 5.0.4 fails with the error: No latest release found.

The task uses this releases.json file to select the latest .NET version. The latest-release and latest-release-date fields in this JSON are used to select the correct release.

As you can see in the JSON snippet below. The date format of latest-release-date differs from the release-date of version 5.0.4. So the task can't select the latest version.

{
  "channel-version": "5.0",
  "latest-release": "5.0.4",
  "latest-release-date": "2021-03-09",
  "latest-runtime": "5.0.4",
  "latest-sdk": "5.0.201",
  "support-phase": "current",
  "lifecycle-policy": "https://dotnet.microsoft.com/platform/support/policy/",
  "releases": [
    {
      "release-date": "2021-09-03",
      "release-version": "5.0.4",
@ronaldbosma ronaldbosma added the bug Something isn't working label Mar 10, 2021
@ronaldbosma ronaldbosma self-assigned this Mar 10, 2021
@ronaldbosma
Copy link
Owner Author

The date format issue has been reported. See dotnet/core#6035.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
1 participant