ci(azure-pipelines): remove .stack dir from backend artifacts [skip ci]

This commit is contained in:
Sarah Vaupel 2025-02-06 17:00:35 +01:00
parent 6564e8f975
commit 7b68b128a8

View File

@ -59,7 +59,6 @@ parameters:
condition: eq(variables.useCachedDependencies, true) condition: eq(variables.useCachedDependencies, true)
artifacts: | artifacts: |
bin/* bin/*
.stack/**/*
variables: variables:
imageUpstream: devfra.azurecr.io/de.fraport.fradrive.build imageUpstream: devfra.azurecr.io/de.fraport.fradrive.build