Skip to content

Commit

Permalink
Update netci.groovy for code coverage runs
Browse files Browse the repository at this point in the history
The code coverage CI jobs were not passing in the ServiceUri parameter when
running; this is needed for outerloop tests, which code coverage requires
  • Loading branch information
iamjasonp committed Apr 22, 2016
1 parent 62caca7 commit a2e4587
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 @@ -120,7 +120,7 @@ branchList.each { branchName ->

newJob.with {
steps {
batchFile("build.cmd /p:ShouldCreatePackage=false /p:ShouldGenerateNuSpec=false /p:OSGroup=${osGroupMap[os]} /p:ConfigurationGroup=${configurationGroup} /p:Coverage=true /p:WithCategories=\"InnerLoop;OuterLoop\"")
batchFile("build.cmd /p:ShouldCreatePackage=false /p:ShouldGenerateNuSpec=false /p:OSGroup=${osGroupMap[os]} /p:ConfigurationGroup=${configurationGroup} /p:Coverage=true /p:WithCategories=\"InnerLoop;OuterLoop\" /p:ServiceUri=%WcfServiceUri%")
}
}

Expand Down

0 comments on commit a2e4587

Please sign in to comment.