ci: migrate to TrustedSigning from AzureCodeSigning

This commit is contained in:
Abdullah Atta
2024-04-26 15:44:29 +05:00
parent 6dbe1073cd
commit 00dcb55f6e
2 changed files with 3 additions and 3 deletions

View File

@@ -254,8 +254,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Install AzureCodeSigning
run: Install-Module -Name AzureCodeSigning -RequiredVersion 0.3.4 -Force -Repository PSGallery
- name: Install TrustedSigning
run: Install-Module -Name TrustedSigning -RequiredVersion 0.3.15 -Force -Repository PSGallery
shell: pwsh
- name: Setup Node