-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
area-infraSource-build infrastructure and reportingSource-build infrastructure and reporting
Description
After building the VMR with --source-only, I see a whole bunch of nuspec files that contain a commit sha of 00000:
$ grep -rE '[^0-9]0000000000000000000000000000000000000000[^0-9]'
artifacts/obj/Microsoft.Extensions.DependencyInjection/Release/Microsoft.Extensions.DependencyInjection.11.0.0-dev.nuspec: <repository type="git" url="https://github.com/dotnet/d
otnet" commit="0000000000000000000000000000000000000000" />
artifacts/obj/Microsoft.Extensions.DependencyInjection/Release/Microsoft.Extensions.DependencyInjection.11.0.0-dev.symbols.nuspec: <repository type="git" url="https://github.com/
dotnet/dotnet" commit="0000000000000000000000000000000000000000" />
artifacts/obj/Microsoft.Extensions.Diagnostics.Abstractions/Release/Microsoft.Extensions.Diagnostics.Abstractions.11.0.0-dev.nuspec: <repository type="git" url="https://github.co
m/dotnet/dotnet" commit="0000000000000000000000000000000000000000" />
artifacts/obj/Microsoft.Extensions.Diagnostics.Abstractions/Release/Microsoft.Extensions.Diagnostics.Abstractions.11.0.0-dev.symbols.nuspec: <repository type="git" url="https://g
ithub.com/dotnet/dotnet" commit="0000000000000000000000000000000000000000" />
artifacts/obj/Microsoft.Extensions.DependencyModel/Release/Microsoft.Extensions.DependencyModel.11.0.0-dev.nuspec: <repository type="git" url="https://github.com/dotnet/dotnet" c
ommit="0000000000000000000000000000000000000000" />
artifacts/obj/Microsoft.Extensions.DependencyModel/Release/Microsoft.Extensions.DependencyModel.11.0.0-dev.symbols.nuspec: <repository type="git" url="https://github.com/dotnet/d
otnet" commit="0000000000000000000000000000000000000000" />
....
...
$ grep -rF 'commit="000' . | wc -l
498
This commit sha doesn't seem to end up in the built SDK, though.
Metadata
Metadata
Assignees
Labels
area-infraSource-build infrastructure and reportingSource-build infrastructure and reporting
Type
Projects
Status
11.0