ci: use AzureCodeSigning version 0.3.4

This commit is contained in:
Abdullah Atta
2024-04-26 15:30:53 +05:00
parent 9be3e4fcfa
commit 6dbe1073cd

View File

@@ -255,7 +255,7 @@ jobs:
dotnet-version: 6.0.x
- name: Install AzureCodeSigning
run: Install-Module -Name AzureCodeSigning -RequiredVersion 0.3.0 -Force -Repository PSGallery
run: Install-Module -Name AzureCodeSigning -RequiredVersion 0.3.4 -Force -Repository PSGallery
shell: pwsh
- name: Setup Node