azure pipeline modified

This commit is contained in:
sumedh
2024-11-06 13:03:25 +05:30
parent 026f1df1f8
commit 147b44d931

View File

@@ -2,7 +2,7 @@
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- develop
- master
pool:
name: azureselfhosted
variables:
@@ -41,7 +41,7 @@ steps:
- task: Maven@3
inputs:
mavenPomFile: 'apollo/pom.xml'
goals: 'install'
goals: 'install -DskipTests'
# options: '-s $(mvnSettings.secureFilePath)'
#mavenAuthenticateFeed: true
#publishJUnitResults: true