aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-11-16 11:51:53 +0000
committerGravatar Gareth Coles <[email protected]>2018-11-16 11:51:53 +0000
commit4c68fc8761573fb91fa9afcf28a4979160878800 (patch)
tree7f6bcf0c3d497e7e03f7a95961e7e530b67df52a
parentAzure: Remove space from Docker service name (diff)
Azure: Build job should depend on test
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 21e2455b3..bb8d7999e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -39,6 +39,7 @@ jobs:
- job: build
displayName: 'Build containers'
+ dependsOn: 'test'
steps:
- task: Docker@1