ci(azure-pipelines): fix job dependsOn
This commit is contained in:
parent
ee244e34a4
commit
b77356d73d
@ -42,7 +42,7 @@ parameters:
|
|||||||
image: devfra.azurecr.io/de.fraport.build/haskell
|
image: devfra.azurecr.io/de.fraport.build/haskell
|
||||||
tag: 8.10.4
|
tag: 8.10.4
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- frontend
|
- Build_frontend
|
||||||
dependencyArtifacts: |
|
dependencyArtifacts: |
|
||||||
.stack/**/*
|
.stack/**/*
|
||||||
buildPool: 'Prod Private Agent Pool DS3'
|
buildPool: 'Prod Private Agent Pool DS3'
|
||||||
|
|||||||
Reference in New Issue
Block a user