Skip to content

Commit

Permalink
Update netci.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored Nov 8, 2016
1 parent 4160e3f commit 5a65c08
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 @@ -12,7 +12,7 @@ def static getBuildJobName(def configuration, def os) {

[true, false].each { isPullRequest ->
osList.each { os ->
def configurations = ['Debug', 'Release_ci_part1', 'Release_ci_part2', 'Release_net40_no_vs', ];
def configurations = ['Debug', 'Release_ci_part1', 'Release_ci_part2', 'Release_net40_no_vs' ];
if (os != 'Windows_NT') {
// Only build one configuration on Linux/... so far
configurations = ['Release'];
Expand Down

0 comments on commit 5a65c08

Please sign in to comment.