From 1763d48f1398b8953908bebf08bf641bf17be2b3 Mon Sep 17 00:00:00 2001 From: Mehmet Seckin Date: Sat, 16 Nov 2019 23:01:02 +0000 Subject: [PATCH] Depend Release stage on all build stages --- pipelines/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/cd.yml b/pipelines/cd.yml index 75ccd3f..951c651 100644 --- a/pipelines/cd.yml +++ b/pipelines/cd.yml @@ -20,6 +20,7 @@ stages: runtimeIdentifier: 'osx-x64' vmImage: 'ubuntu-latest' - stage: 'Release' + dependsOn: ['win10_x64', 'linux_x64', 'osx_x64'] jobs: - job: 'release_job' steps: