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