From 78b3a3807616b7002cc69728dcbe748d9f9bb7bc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 22 Jan 2025 22:57:53 +0100 Subject: [PATCH] ci(azure-pipelines): remove service dependencies contd --- azure-pipelines.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d58a85a61..6e9d3dc33 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -13,7 +13,6 @@ parameters: # extraBuildOptions: | # --build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/ pool: 'Prod Private Agent Pool' - dependencies: [] artifacts: | assets/icons assets/favicons @@ -45,5 +44,4 @@ jobs: serviceName: ${{ service.name }} serviceBase: ${{ service.base }} servicePool: ${{ service.pool }} - serviceDependencies: ${{ service.dependencies }} serviceArtifacts: ${{ service.artifacts }} \ No newline at end of file