diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 80169ee6e..1fe547299 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -89,7 +89,7 @@ jobs: inputs: targetType: inline script: | - make -- --compile-frontend IN_CONTAINER=true + make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3 name: frontendTest displayName: Test frontend