Skip to content

Commit

Permalink
Updating netci serial numbers for supported branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenBonikowsky committed Feb 27, 2018
1 parent d034b68 commit 39c8f91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,12 @@ class WcfUtilities
if (branch.toLowerCase() == "release/1.0.0") {
currentWcfPRService = wcfPRServiceCount + 100
} else if (branch.toLowerCase() == "release/1.1.0") {
currentWcfPRService = wcfPRServiceCount + 200
currentWcfPRService = wcfPRServiceCount + 150
} else if (branch.toLowerCase() == "release/2.1.0") {
currentWcfPRService = wcfPRServiceCount + 200
} else if (branch.toLowerCase() == "release/uwp6.0") {
currentWcfPRService = wcfPRServiceCount + 250
} else if (branch.toLowerCase() == "release/uwp6.1") {
currentWcfPRService = wcfPRServiceCount + 300
}

Expand Down

0 comments on commit 39c8f91

Please sign in to comment.