Skip to content

Commit 6ebca19

Browse files
authored
[ci] Fix the correct script (dotnet#33941)
### Description of Change Small fix to the release to workload set script
1 parent 8e00547 commit 6ebca19

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

eng/pipelines/maui-release-internal.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ extends:
147147
$workloadSetsChannel = ".NET 10 Workload Release"
148148
$workloadSetsFeed = "dotnet10-workloads"
149149
}
150+
if ($manifestPack -like "*.Manifest-11.0*") {
151+
$workloadSetsChannel = ".NET 11 Workload Release"
152+
$workloadSetsFeed = "dotnet11-workloads"
153+
}
150154
if (!$workloadSetsChannel -or !$workloadSetsFeed) {
151155
Write-Error "Could not determine the workload sets channel or feed for the manifest pack '$manifestPack'"
152156
exit 1

0 commit comments

Comments
 (0)