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 5f0d1bb commit 6c2377eCopy full SHA for 6c2377e
.azure-pipelines/signjars-nightly.yml
@@ -73,7 +73,7 @@ extends:
73
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
74
displayName: Sign core.jar
75
inputs:
76
- ConnectedServiceName: vscjavaci_codesign
+ ConnectedServiceName: vscjavaci_esrp_codesign
77
FolderPath: jars
78
Pattern: com.microsoft.java.debug.core*.jar
79
signConfigType: inlineSignParams
@@ -113,7 +113,7 @@ extends:
113
114
displayName: Sign plugin.jar
115
116
117
118
Pattern: com.microsoft.java.debug.plugin*.jar
119
0 commit comments