diff options
author | 2018-11-16 11:51:53 +0000 | |
---|---|---|
committer | 2018-11-16 11:51:53 +0000 | |
commit | 4c68fc8761573fb91fa9afcf28a4979160878800 (patch) | |
tree | 7f6bcf0c3d497e7e03f7a95961e7e530b67df52a | |
parent | Azure: Remove space from Docker service name (diff) |
Azure: Build job should depend on test
-rw-r--r-- | azure-pipelines.yml | 1 |
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 |