Skip to content

Commit

Permalink
Merge pull request #2606 from StephenBonikowsky/stebon/2.1.0/UpdateNe…
Browse files Browse the repository at this point in the history
…tciGroovy

Updating netci serial numbers for supported branches.
  • Loading branch information
StephenBonikowsky authored Feb 27, 2018
2 parents d034b68 + 39c8f91 commit 0463034
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 0463034

Please sign in to comment.