From 2c35c517ff01ac3917a7285b6f9c49e19bc1327f Mon Sep 17 00:00:00 2001 From: Jorge Cotillo Date: Fri, 26 Jul 2019 20:40:40 -0700 Subject: [PATCH] fixed pipeline job dependency --- Environments/SharedServices/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environments/SharedServices/pipeline.yml b/Environments/SharedServices/pipeline.yml index 7deb250..cab5e1b 100644 --- a/Environments/SharedServices/pipeline.yml +++ b/Environments/SharedServices/pipeline.yml @@ -840,7 +840,7 @@ stages: timeoutInMinutes: 0 pool: name: 'vdc-self-hosted' - dependsOn: [VirtualNetwork, DiagnosticStorageAccount, LogAnalytics, KeyVault, ArtifactsStorageAccount] + dependsOn: [VirtualNetwork, DiagnosticStorageAccount, LogAnalytics, ActiveDirectory, EnableDNSServerOnVirtualNetwork, KeyVault, ArtifactsStorageAccount] steps: - task: AzurePowerShell@4 displayName: "Jumpbox"