diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml index 188159529..e3ab0a2c8 100644 --- a/src/azure-pipeline.yaml +++ b/src/azure-pipeline.yaml @@ -16,4 +16,4 @@ stages: publishJUnitResults: true testResultFiles: '**/TEST-*.xml' jdkVersionOption: '1.17' - goals: 'validate' \ No newline at end of file + goals: 'build' \ No newline at end of file