Update pull-request-pipeline.yml for Azure Pipelines

yaml is the best language to do things in
This commit is contained in:
Mark Iantorno 2021-05-21 15:51:37 -04:00
parent 7ddf41f571
commit a0d64cc224
1 changed files with 12 additions and 12 deletions

View File

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