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