We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f40f7b commit 6ec4554Copy full SHA for 6ec4554
azure-pipelines.yml
@@ -2,21 +2,22 @@ pool:
2
vmImage: 'windows-2022'
3
4
variables:
5
+- group: 'code-sign-config'
6
- group: 'dotnet-config'
7
- group: 'github-config'
8
9
steps:
10
- checkout: self
11
persistCredentials: true
-- task: SSMClientToolsSetup@1
12
- displayName: 'Setup DigiCert Tools'
13
- inputs:
14
- APIKey: '$(SM_API_KEY)'
15
- task: DownloadSecureFile@1
16
displayName: 'Download Client Authentication Certificate'
17
name: SM_CLIENT_CERT_FILE
18
inputs:
19
secureFile: ClientCert.p12
+- task: SSMClientToolsSetup@1
+ displayName: 'Setup DigiCert Tools'
+ inputs:
20
+ APIKey: '$(SM_API_KEY)'
21
- task: PowerShell@2
22
displayName: 'Prepare Code Signing'
23
0 commit comments