Skip to content

Commit 17544b9

Browse files
authored
Update CI_release.yml
1 parent d4fa1bf commit 17544b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/CI_release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ stages:
5353
MaxRetryAttempts: '5'
5454
PendingAnalysisWaitTimeoutMinutes: '5'
5555

56+
- task: EsrpCodeSigning@5
57+
inputs:
58+
connectedServiceName: '$(esrpConnectionName)'
59+
useMSIAuthentication: true
60+
appRegistrationClientId: '$(appRegistrationClientId)'
61+
appRegistrationTenantId: '$(esrpTenantId)'
62+
authAkvName: '$(esrpAuthAkvName)'
63+
authSignCertName: '$(esrpAuthCertName)'
64+
folderPath: '$(ARTIFACT_DIR)'
65+
pattern: '*.vsix'
66+
useMinimatch: true
67+
5668
- task: PublishBuildArtifacts@1
5769
inputs:
5870
pathToPublish: '$(ARTIFACT_DIR)'
@@ -72,3 +84,4 @@ stages:
7284

7385

7486

87+

0 commit comments

Comments
 (0)