From 1770aa61fe029c9021197b5e94af9534f48d1f7b Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Mon, 28 Nov 2022 19:50:16 +0000 Subject: [PATCH] Fix dep typo in .azure_pipelines_snp.yml --- .azure_pipelines_snp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure_pipelines_snp.yml b/.azure_pipelines_snp.yml index 4750f9ff6..9570776bb 100644 --- a/.azure_pipelines_snp.yml +++ b/.azure_pipelines_snp.yml @@ -54,7 +54,7 @@ jobs: displayName: "Cleanup ACI" pool: vmImage: ubuntu-20.04 - dependsOn: SNPCC_Debug + dependsOn: deploy_aci condition: always() steps: - script: |