File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 219
219
UnsignedFiles =" @(DelaySignedAssembliesToSign)"
220
220
DestinationPath =" $(LibrarySourceFolder)\Package\$(Configuration)"
221
221
BasePath =" $(LibrarySourceFolder)\Package\$(Configuration)"
222
- Certificates =" 72, 10006 "
222
+ Certificates =" 72, 401 "
223
223
SigningLogPath =" $(LibraryRoot)\signing.log"
224
224
ToolsPath =" $(CIToolsPath)"
225
225
Condition =" !$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''" />
230
230
UnsignedFiles =" @(ScriptsToSign)"
231
231
DestinationPath =" $(LibrarySourceFolder)\Package\$(Configuration)"
232
232
BasePath =" $(LibrarySourceFolder)\Package\$(Configuration)"
233
- Certificates =" 10006 "
233
+ Certificates =" 402 "
234
234
SigningLogPath =" $(LibraryRoot)\signing-scripts.log"
235
235
ToolsPath =" $(CIToolsPath)"
236
236
Condition =" !$(DelaySign) and '@(ScriptsToSign)' != ''" />
272
272
UnsignedFiles =" @(InstallersToSign)"
273
273
DestinationPath =" $(LibraryRoot)\signed"
274
274
SigningLogPath =" $(LibraryRoot)\msi-signing.log"
275
- Certificates =" 10006 "
275
+ Certificates =" 402 "
276
276
ToolsPath =" $(CIToolsPath)"
277
277
Condition =" !$(DelaySign) and '@(InstallersToSign)' != ''" />
278
278
You can’t perform that action at this time.
0 commit comments