Updated azure-pipelines.yml

This commit is contained in:
Andrea Terzani
2025-06-10 09:55:23 +00:00
parent 2586add9ed
commit b433fb14dc

View File

@@ -47,7 +47,7 @@ stages:
- task: Maven@4
inputs:
mavenPomFile: 'hermione/pom.xml'
goals: 'install -DskipTests'
goals: 'clean install -DskipTests'
displayName: 'Build hermione'
- script: |