From ce645feeba1821a552b95efced01630bb6a2c2f6 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 17:31:48 +0530 Subject: [PATCH] delpoy --- src/azure-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml index e3ab0a2c8..69c2bc13e 100644 --- a/src/azure-pipeline.yaml +++ b/src/azure-pipeline.yaml @@ -9,11 +9,11 @@ stages: jobs: - job: jobbuild steps: - - task: Gardle@3 + - task: Gradle@3 inputs: tasks: 'build' gradleWrapperFile: 'gradlew' publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' - goals: 'build' \ No newline at end of file + goals: 'deploy' \ No newline at end of file