Skip to content

Commit 7311052

Browse files
committed
Use automaticDotnetBuildPerGroup library function in Jenkinsfile
1 parent d6f5483 commit 7311052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def frameworksToTest = "net461"
88
def frameworksToTestForMainBranches = "net461;netcoreapp2.0"
99

1010

11-
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)
11+
automaticDotnetBuildPerGroup(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)

0 commit comments

Comments
 (0)