From 956e939f9a4b86c556ee35b92e60d906dc50b3a3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 14:23:28 +0100 Subject: [PATCH] ci(azure-pipelines): add more debug info --- azure-pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 6405a6cf9..d6e30efb5 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -117,6 +117,8 @@ jobs: make -- --dependencies-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} pwd ls -a . + find /fradrive/assets/icons/fradrive + find ./assets/icons/fradrive - task: Bash@3 name: frontendCompile displayName: Compile frontend