We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470cc00 commit a174c88Copy full SHA for a174c88
.github/workflows/CI_release.yml
@@ -53,7 +53,7 @@ stages:
53
displayName: 'Prepare manifest for signing'
54
55
- task: EsrpCodeSigning@6
56
- condition: false
+ condition: true
57
inputs:
58
ConnectedServiceName: $(ESRP_CONNECTION_NAME)
59
AppRegistrationClientId: $(appRegistrationClientId)
@@ -63,7 +63,7 @@ stages:
63
AuthAKVName: $(esrpAuthAkvName)
64
AuthSignCertName: $(esrpAuthCertName)
65
FolderPath: $(ARTIFACT_DIR)
66
- Pattern: 'extension.signature.p7'
+ Pattern: 'vscode-edge-devtools.signature.p7s'
67
signConfigType: 'inlineSignParams'
68
inlineOperation: |
69
[
@@ -98,3 +98,4 @@ stages:
98
99
100
101
+
0 commit comments