Skip to content

Commit 39c8f91

Browse files
Updating netci serial numbers for supported branches.
1 parent d034b68 commit 39c8f91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

netci.groovy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,12 @@ class WcfUtilities
6161
if (branch.toLowerCase() == "release/1.0.0") {
6262
currentWcfPRService = wcfPRServiceCount + 100
6363
} else if (branch.toLowerCase() == "release/1.1.0") {
64-
currentWcfPRService = wcfPRServiceCount + 200
64+
currentWcfPRService = wcfPRServiceCount + 150
6565
} else if (branch.toLowerCase() == "release/2.1.0") {
66+
currentWcfPRService = wcfPRServiceCount + 200
67+
} else if (branch.toLowerCase() == "release/uwp6.0") {
68+
currentWcfPRService = wcfPRServiceCount + 250
69+
} else if (branch.toLowerCase() == "release/uwp6.1") {
6670
currentWcfPRService = wcfPRServiceCount + 300
6771
}
6872

0 commit comments

Comments
 (0)