From 3709a87bd8d0108edeca84b108b8c0ea0cfa4bd9 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:11:09 +0530 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 460cf747a..df397b586 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -4,20 +4,8 @@ pool: trigger: - main steps: - - script: sudo apt update - - script: sudo apt install openjdk-17-jdk -y - - script: sudo apt install maven -y - - script: sudo apt install git -y - - task: Maven@3 - inputs: - mavenPOMFile: 'pom.xml' - publishJUnitResults: true - goals: 'package' - testResultsFiles: '**/surefire-reports/TEST-*.xml' - javaHomeOption: 'Path' - jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64 - mavenVersionOption: 'path' - mavenDirectory: /home/ubuntu/spring-petclinic + - script: echo ${ Build.ArtifactStagingDirectory } + \ No newline at end of file