From 7cf416262aae8f51a58ce49815f5af57beb39e5a Mon Sep 17 00:00:00 2001 From: Rikki Gibson Date: Sat, 26 Jun 2021 21:42:14 -0700 Subject: [PATCH] Insertion depends on DARC publishing (#54420) --- azure-pipelines-official.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 2133a429b3405..43fcf4cb37080 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -294,7 +294,9 @@ stages: vmImage: vs2017-win2016 - stage: insert - dependsOn: build + dependsOn: + - build + - publish_using_darc displayName: Insert to VS jobs: