Update pull-request-pipeline.yml for Azure Pipelines

This commit is contained in:
Mark Iantorno 2021-05-21 15:53:54 -04:00
parent a0d64cc224
commit 30bdbf4518
1 changed files with 5 additions and 6 deletions

View File

@ -39,15 +39,14 @@ steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
goals: 'exec:exec'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
options: '-pl org.hl7.fhir.validation.cli'
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
javaHomeOption: 'JDKVersion'
mavenVersionOption: 'Default'
mavenAuthenticateFeed: false
effectivePomSkip: false
sonarQubeRunAnalysis: false
goals: 'exec:exec'
# Upload test results to codecov
- script: bash <(curl https://codecov.io/bash) -t $(codecov)