We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d034b68 commit 39c8f91Copy full SHA for 39c8f91
netci.groovy
@@ -61,8 +61,12 @@ class WcfUtilities
61
if (branch.toLowerCase() == "release/1.0.0") {
62
currentWcfPRService = wcfPRServiceCount + 100
63
} else if (branch.toLowerCase() == "release/1.1.0") {
64
- currentWcfPRService = wcfPRServiceCount + 200
+ currentWcfPRService = wcfPRServiceCount + 150
65
} 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") {
70
currentWcfPRService = wcfPRServiceCount + 300
71
}
72
0 commit comments