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