Skip to content

[release pipeline] OfficialBuildId value is empty in release JSON snippet #5172

@mthalman

Description

@mthalman

In the .NET 10 Preview 4 release announcement, the JSON that gets included in the announcement content had an empty value for the OfficialBuildId field:

{
  "Channel": "10.0",
  "Runtime": "10.0.0-preview.4.25258.110",
  "Sdk": "10.0.100-preview.4.25258.110",
  "TagUrl": "https://github.com/dotnet/dotnet/releases/tag/v10.0.0-preview.4.25258.110",
  "OfficialBuildId": ""
}

This should have been set to 20250508.10. This was set correctly in the release manifest file.

Metadata

Metadata

Assignees

Labels

area-release-infraRelease infrastructure owned by .NET Product Construction

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions