Skip to content

Commit 6ec4554

Browse files
committed
Refactoring of the code signing workflow
1 parent 4f40f7b commit 6ec4554

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@ pool:
22
vmImage: 'windows-2022'
33

44
variables:
5+
- group: 'code-sign-config'
56
- group: 'dotnet-config'
67
- group: 'github-config'
78

89
steps:
910
- checkout: self
1011
persistCredentials: true
11-
- task: SSMClientToolsSetup@1
12-
displayName: 'Setup DigiCert Tools'
13-
inputs:
14-
APIKey: '$(SM_API_KEY)'
1512
- task: DownloadSecureFile@1
1613
displayName: 'Download Client Authentication Certificate'
1714
name: SM_CLIENT_CERT_FILE
1815
inputs:
1916
secureFile: ClientCert.p12
17+
- task: SSMClientToolsSetup@1
18+
displayName: 'Setup DigiCert Tools'
19+
inputs:
20+
APIKey: '$(SM_API_KEY)'
2021
- task: PowerShell@2
2122
displayName: 'Prepare Code Signing'
2223
inputs:

0 commit comments

Comments
 (0)