You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
347 B

#!/usr/bin/env groovy
@Library('pipeline-library')_
def repoName = "itextcore"
def dependencyRegex = ""
def solutionFile = "iTextCore.sln"
def frameworksToTest = "net461"
def frameworksToTestForMainBranches = "net461;netcoreapp2.0"
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)