ci: install azurecodesigning module

This commit is contained in:
Abdullah Atta
2024-01-29 22:47:01 +05:00
committed by Abdullah Atta
parent 764c721f1d
commit 41ffaab3dc

View File

@@ -232,6 +232,10 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Install AzureCodeSigning
run: Install-Module -Name AzureCodeSigning -RequiredVersion 0.3.0 -Force -Repository PSGallery
shell: pwsh
- name: Setup Node
uses: ./.github/actions/setup-node-with-cache