mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update azure-pipelines.yml
This commit is contained in:
parent
77bb6278bd
commit
88b5c6bcd2
1 changed files with 10 additions and 10 deletions
|
@ -1,14 +1,4 @@
|
||||||
# Starter pipeline
|
# Starter pipeline
|
||||||
- task: GitHubRelease@1
|
|
||||||
inputs:
|
|
||||||
gitHubConnection: 'github.com_MaruthiShankarG'
|
|
||||||
repositoryName: 'MaruthiShankarG/spring-petclinic'
|
|
||||||
action: 'create'
|
|
||||||
target: '$(Build.SourceVersion)'
|
|
||||||
tagSource: 'gitTag'
|
|
||||||
title: 'Sample'
|
|
||||||
changeLogCompareToRelease: 'lastFullRelease'
|
|
||||||
changeLogType: 'commitBased'
|
|
||||||
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
||||||
# Add steps that build, run tests, deploy, and more:
|
# Add steps that build, run tests, deploy, and more:
|
||||||
# https://aka.ms/yaml
|
# https://aka.ms/yaml
|
||||||
|
@ -27,3 +17,13 @@ steps:
|
||||||
echo Add other tasks to build, test, and deploy your project.
|
echo Add other tasks to build, test, and deploy your project.
|
||||||
echo See https://aka.ms/yaml
|
echo See https://aka.ms/yaml
|
||||||
displayName: 'Run a multi-line script'
|
displayName: 'Run a multi-line script'
|
||||||
|
- task: Maven@4
|
||||||
|
inputs:
|
||||||
|
mavenPomFile: 'pom.xml'
|
||||||
|
publishJUnitResults: true
|
||||||
|
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
|
javaHomeOption: 'JDKVersion'
|
||||||
|
mavenVersionOption: 'Default'
|
||||||
|
mavenAuthenticateFeed: false
|
||||||
|
effectivePomSkip: false
|
||||||
|
sonarQubeRunAnalysis: false
|
||||||
|
|
Loading…
Reference in a new issue