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'
|
version: 'latest'
|
||||||
artifact: frontend
|
artifact: frontend
|
||||||
patterns: '**/*'
|
patterns: '**/*'
|
||||||
|
- name: backend-dependencies
|
||||||
|
source: specific
|
||||||
|
version: 'latestFromBranch'
|
||||||
|
artifact: backend
|
||||||
|
patterns: '.stack/**/*'
|
||||||
artifacts: |
|
artifacts: |
|
||||||
bin/uniworx
|
bin/uniworx
|
||||||
bin/uniworxdb
|
bin/uniworxdb
|
||||||
|
|||||||
Reference in New Issue
Block a user