Skip to content

Commit

Permalink
Merge pull request #2607 from StephenBonikowsky/stebon/uwp6.0/UpdateN…
Browse files Browse the repository at this point in the history
…etciGroovy

Updating netci serial numbers for supported branches.
  • Loading branch information
StephenBonikowsky authored Feb 27, 2018
2 parents 6c7fdbd + 9982574 commit 3defe58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 + 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 3defe58

Please sign in to comment.