Skip to content

Commit hashes inside the productCommit.txt doesn't match any repository #48801

@ctyar

Description

@ctyar

Describe the bug

The commit hashes inside https://aka.ms/dotnet/10.0.1xx/daily/productCommit-win-x64.txt from daily builds table doesn't match any commit in runtime, aspnetcore, or windowsdesktop repos.
These are the current values for the main (10.0.x Runtime) Windows x64:

runtime_commit="35ccf19f39389d127ab037709b8e9c5a1b111a20" runtime_version="10.0.0-preview.5.25230.108" aspnetcore_commit="35ccf19f39389d127ab037709b8e9c5a1b111a20" aspnetcore_version="10.0.0-preview.5.25230.108" windowsdesktop_commit="35ccf19f39389d127ab037709b8e9c5a1b111a20" windowsdesktop_version="10.0.0-preview.5.25230.108" sdk_commit="d93c427fbb9d465902bda177476cf466dbb2af21" sdk_version="10.0.100-preview.5.25252.1" 

As you can see, the runtime_commit, aspnetcore_commit, and windowsdesktop_commit are the same (shouldn't they be different?) and I can't find this commit in any of these repos:
dotnet/runtime@35ccf19
dotnet/aspnetcore@35ccf19
dotnet/windowsdesktop@35ccf19
Is this commit hash referencing something else or is this a bug?

To Reproduce

  1. Go to https://github.com/dotnet/sdk/blob/main/documentation/package-table.md
  2. Click on the blue button in the table with version 10.0.100-preview.5.25224.4 text text
  3. Check the commit hashes inside the downloaded file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions