diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 2fe6df7c4..45b7be176 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -87,13 +87,8 @@ jobs: IN_CONTAINER: true steps: - checkout: self - - task: Bash@3 - name: frontendCompile - displayName: Compile frontend - inputs: - targetType: inline - script: | - make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} + - name: frontendCompile + script: make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3 name: frontendTest displayName: Test frontend