From 81dc568407ee76e8be0e91d04cf994b3ca730cec Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Tue, 23 Jan 2024 18:44:33 -0500 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a4bd637..3a64d22 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -106,7 +106,11 @@ jobs: # Publish Module to Gallery - job: Publish - dependsOn: Build + dependsOn: + - Build_PS_Windows + - Build_PSCore_Windows + - Build_PSCore_Ubuntu + - Build_PSCore_MacOS condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/zvma-updates')) pool: vmImage: 'windows-latest'