Skip to content

Commit

Permalink
Enable CI tests for PRs in release/2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenBonikowsky committed Jan 24, 2018
1 parent d287cfe commit 9f0f4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class WcfUtilities
currentWcfPRService = wcfPRServiceCount + 100
} else if (branch.toLowerCase() == "release/1.1.0") {
currentWcfPRService = wcfPRServiceCount + 200
} else if (branch.toLowerCase() == "ws-trust") {
} else if (branch.toLowerCase() == "release/2.1.0") {
currentWcfPRService = wcfPRServiceCount + 300
}

Expand Down

0 comments on commit 9f0f4e8

Please sign in to comment.