From 147b44d93110fb12391de26aaa20aa43ad292ccd Mon Sep 17 00:00:00 2001 From: sumedh Date: Wed, 6 Nov 2024 13:03:25 +0530 Subject: [PATCH] azure pipeline modified --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0085a5..ce0c0de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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