diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 649611b27..80169ee6e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -79,6 +79,8 @@ jobs: container: image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber) endpoint: devfra + env: + FRADRIVE_MAKE_TARGET: --compile-frontend steps: - checkout: self - task: Bash@3