Merge pull request #2326 from hapifhir/azure-pipelines

Update snapshot-pipeline.yml for Azure Pipelines
This commit is contained in:
Tadgh 2021-01-25 14:32:01 -05:00 committed by GitHub
commit 170d633181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,5 +85,5 @@ steps:
inputs: inputs:
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml' mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
goals: deploy goals: deploy
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES' options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES -Dmaven.test.skip'
publishJUnitResults: false publishJUnitResults: false