- Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
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
- Go to https://github.com/dotnet/sdk/blob/main/documentation/package-table.md
- Click on the blue button in the table with
version 10.0.100-preview.5.25224.4 text
text - Check the commit hashes inside the downloaded file
Metadata
Metadata
Assignees
Labels
No labels