ci(azure-pipelines): add backend-dependencies dep for backend job
This commit is contained in:
parent
422f6bc5b5
commit
09ccd12b29
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user