From 09ccd12b295d6fdafdb70406a959a5a01bc9f8ef Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 27 Jan 2025 17:36:37 +0100 Subject: [PATCH] ci(azure-pipelines): add backend-dependencies dep for backend job --- azure-pipelines.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 3a70f6c4e..4012cac1a 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -35,6 +35,11 @@ parameters: version: 'latest' artifact: frontend patterns: '**/*' + - name: backend-dependencies + source: specific + version: 'latestFromBranch' + artifact: backend + patterns: '.stack/**/*' artifacts: | bin/uniworx bin/uniworxdb