From 3022e599acbf373e95cb4a529bcee6205b87206c Mon Sep 17 00:00:00 2001 From: MrMCake Date: Thu, 27 Jan 2022 09:17:49 +0100 Subject: [PATCH] First commit --- .azuredevops/modulePipelines/ms.servicefabric.clusters.yml | 3 ++- .github/workflows/ms.servicefabric.clusters.yml | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.azuredevops/modulePipelines/ms.servicefabric.clusters.yml b/.azuredevops/modulePipelines/ms.servicefabric.clusters.yml index 8e474d6696..850eb6d8ed 100644 --- a/.azuredevops/modulePipelines/ms.servicefabric.clusters.yml +++ b/.azuredevops/modulePipelines/ms.servicefabric.clusters.yml @@ -51,7 +51,8 @@ stages: removeDeployment: '${{ parameters.removeDeployment }}' deploymentBlocks: - path: $(modulePath)/.parameters/min.parameters.json - - path: $(modulePath)/.parameters/parameters.json + - path: $(modulePath)/.parameters/full.parameters.json + - path: $(modulePath)/.parameters/cert.parameters.json - stage: Publishing displayName: Publish module diff --git a/.github/workflows/ms.servicefabric.clusters.yml b/.github/workflows/ms.servicefabric.clusters.yml index 0fca4bf2c6..bea6d417b8 100644 --- a/.github/workflows/ms.servicefabric.clusters.yml +++ b/.github/workflows/ms.servicefabric.clusters.yml @@ -91,7 +91,12 @@ jobs: strategy: fail-fast: false matrix: - parameterFilePaths: ['min.parameters.json', 'parameters.json'] + parameterFilePaths: + [ + 'min.parameters.json', + 'full.parameters.json', + 'cert.parameters.json', + ] steps: - name: 'Checkout' uses: actions/checkout@v2