Update .NET 9 p3 to p4 in the table

This commit is contained in:
Jason Zhai 2024-04-24 19:35:04 -07:00
parent 018d4d9b66
commit 9d83217516
2 changed files with 81 additions and 81 deletions

View file

@ -9,9 +9,9 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(9.0.x&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx/daily") }
{ GitBranchName = "release/9.0.1xx-preview3"
DisplayName = "9.0.1xx-preview3<br>(9.0-preview3&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx-preview3/daily") }
{ GitBranchName = "release/9.0.1XX-preview4"
DisplayName = "9.0.1XX-preview4<br>(9.0-preview3&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1XX-preview4/daily") }
{ GitBranchName = "release/8.0.4xx"
DisplayName = "8.0.4xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.4xx/daily") }