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 d4fa1bf commit 17544b9Copy full SHA for 17544b9
.github/workflows/CI_release.yml
@@ -53,6 +53,18 @@ stages:
53
MaxRetryAttempts: '5'
54
PendingAnalysisWaitTimeoutMinutes: '5'
55
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
+
68
- task: PublishBuildArtifacts@1
69
inputs:
70
pathToPublish: '$(ARTIFACT_DIR)'
@@ -72,3 +84,4 @@ stages:
72
84
73
85
74
86
87
0 commit comments