From e2cb0edec5172ce439cea65a954e303ddde77069 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 24 Jan 2025 12:37:14 +0100 Subject: [PATCH] ci(azure-pipelines): refine artifacts paths --- azure-pipelines.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index b3fbe187e..f0671b597 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -16,10 +16,11 @@ parameters: timeout: 60 dependencies: [] artifacts: | - assets/icons - assets/favicons - static/ - well-known/ + assets/icons/fradrive/*.svg + assets/favicons/*.png + assets/favicons/include.html + static/**/* + well-known/**/* frontend/src/env.sass config/manifest.json - name: backend @@ -31,8 +32,8 @@ parameters: dependencies: - frontend artifacts: | - .stack/ - .stack-work/ + bin/uniworx + bin/uniworxdb variables: imageUpstream: devfra.azurecr.io/de.fraport.fradrive.build