@@ -71,10 +71,15 @@ extends:
71
71
72
72
mkdir -p jars
73
73
mv .repository/com/microsoft/java/com.microsoft.java.debug.core/$RELEASE_VERSION/com.microsoft.java.debug.core*.jar jars/
74
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
74
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
75
75
displayName : Sign core.jar
76
76
inputs :
77
- ConnectedServiceName : vscjavaci_esrp_codesign
77
+ ConnectedServiceName : $(ConnectedServiceName)
78
+ AppRegistrationClientId : $(AppRegistrationClientId)
79
+ AppRegistrationTenantId : $(AppRegistrationTenantId)
80
+ AuthAKVName : $(AuthAKVName)
81
+ AuthCertName : $(AuthCertName)
82
+ AuthSignCertName : $(AuthSignCertName)
78
83
FolderPath : jars
79
84
Pattern : com.microsoft.java.debug.core*.jar
80
85
signConfigType : inlineSignParams
@@ -111,10 +116,15 @@ extends:
111
116
112
117
mkdir -p jars
113
118
mv .repository/com/microsoft/java/com.microsoft.java.debug.plugin/$RELEASE_VERSION/com.microsoft.java.debug.plugin*.jar jars/
114
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
119
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
115
120
displayName : Sign plugin.jar
116
121
inputs :
117
- ConnectedServiceName : vscjavaci_esrp_codesign
122
+ ConnectedServiceName : $(ConnectedServiceName)
123
+ AppRegistrationClientId : $(AppRegistrationClientId)
124
+ AppRegistrationTenantId : $(AppRegistrationTenantId)
125
+ AuthAKVName : $(AuthAKVName)
126
+ AuthCertName : $(AuthCertName)
127
+ AuthSignCertName : $(AuthSignCertName)
118
128
FolderPath : jars
119
129
Pattern : com.microsoft.java.debug.plugin*.jar
120
130
signConfigType : inlineSignParams
@@ -152,10 +162,15 @@ extends:
152
162
mkdir -p p2/target
153
163
cp -r com.microsoft.java.debug.repository/target/repository p2/target/
154
164
cp com.microsoft.java.debug.repository/pushToBintray.sh p2/
155
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
165
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
156
166
displayName : Sign p2
157
167
inputs :
158
- ConnectedServiceName : vscjavaci_esrp_codesign
168
+ ConnectedServiceName : $(ConnectedServiceName)
169
+ AppRegistrationClientId : $(AppRegistrationClientId)
170
+ AppRegistrationTenantId : $(AppRegistrationTenantId)
171
+ AuthAKVName : $(AuthAKVName)
172
+ AuthCertName : $(AuthCertName)
173
+ AuthSignCertName : $(AuthSignCertName)
159
174
FolderPath : p2
160
175
Pattern : " *.jar"
161
176
signConfigType : inlineSignParams
@@ -199,10 +214,15 @@ extends:
199
214
mkdir -p m2/com.microsoft.java.debug.plugin
200
215
cp com.microsoft.java.debug.plugin/target/com.microsoft.java.debug.plugin*.jar m2/com.microsoft.java.debug.plugin
201
216
cp com.microsoft.java.debug.plugin/pom.xml m2/com.microsoft.java.debug.plugin/com.microsoft.java.debug.plugin-$RELEASE_VERSION.pom
202
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
217
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
203
218
displayName : Sign m2
204
219
inputs :
205
- ConnectedServiceName : vscjavaci_esrp_codesign
220
+ ConnectedServiceName : $(ConnectedServiceName)
221
+ AppRegistrationClientId : $(AppRegistrationClientId)
222
+ AppRegistrationTenantId : $(AppRegistrationTenantId)
223
+ AuthAKVName : $(AuthAKVName)
224
+ AuthCertName : $(AuthCertName)
225
+ AuthSignCertName : $(AuthSignCertName)
206
226
FolderPath : m2
207
227
Pattern : " *.jar"
208
228
signConfigType : inlineSignParams
0 commit comments