Browse Source

Move to universal verapdfserver configuration

DEVSIX-9127
pull/38/head
Guust Ysebie 3 months ago
parent
commit
a806727331
  1. 6
      Jenkinsfile

6
Jenkinsfile

@ -7,8 +7,4 @@ def solutionFile = "iTextCore.sln"
def frameworksToTest = "net461"
def frameworksToTestForMainBranches = "net461;netcoreapp2.0"
withEnv(
['ITEXT_VERAPDFVALIDATOR_ENABLE_SERVER=true',
'ITEXT_VERAPDFVALIDATOR_PORT=8091']) {
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)
}
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)
Loading…
Cancel
Save