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'