Skip to content

[release pipeline] OfficialBuildId is incorrectly included in JSON of release announcement for 8.0 and 9.0 #5167

@mthalman

Description

@mthalman

The JSON snippet that is included with SB release announcements is including the OfficialBuildId field with an empty value for 8.0 and 9.0. This should only be included for 10.0 and above.

Example of what's being output:

{
  "Channel": "8.0",
  "Runtime": "8.0.16",
  "Sdk": "8.0.116",
  "TagUrl": "https://github.com/dotnet/dotnet/releases/tag/v8.0.16"
  "OfficialBuildId": ""
}

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