diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index c8e0c684..0776f5f5 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -124,6 +124,7 @@ jobs: steps: - template: templates/install-deps.yml + - template: templates/install_deps_hsm_ca.yml - script: sudo apt-get install softhsm2 displayName: Install SoftHSM - script: ../ci/scripts/run-test-network-basic.sh diff --git a/ci/templates/install_deps_hsm_ca.yml b/ci/templates/install_deps_hsm_ca.yml new file mode 100644 index 00000000..eb58bc3e --- /dev/null +++ b/ci/templates/install_deps_hsm_ca.yml @@ -0,0 +1,8 @@ +# +# SPDX-License-Identifier: Apache-2.0 +# + +steps: + - template: install_deps_hsm.yml + - script: go install -tags pkcs11 github.com/hyperledger/fabric-ca/cmd/fabric-ca-client@latest + displayName: Install Fabric-ca-client with HSM Support \ No newline at end of file