File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -291,25 +291,15 @@ The documentation here for Azure DevOps is provided by the community and is not
291
291
- bash: security delete-keychain $AGENT_TEMPDIRECTORY/app-signing.keychain-db
292
292
displayName: 🧹 Clean up keychain
293
293
condition: always()
294
- Sign on mac (assuming a powershell script):
295
- # Add signing parameters
296
- if ($IsMacOS) {
297
- $vpkCommand += @(
298
- '--signAppIdentity','Developer ID Application: Andrew Arnott',
299
- '--signInstallIdentity','Developer ID Installer: Andrew Arnott',
300
- '--notaryProfile','velopack-profile',
301
- '--keychain','$(Agent.TempDirectory)/app-signing.keychain-db'
302
- )
303
- }
304
294
` ` `
305
295
306
296
Sign on mac (assuming a powershell script ):
307
297
` ` `
308
298
# Add signing parameters
309
299
if ($IsMacOS) {
310
300
$vpkCommand += @(
311
- '--signAppIdentity','Developer ID Application: Andrew Arnott ',
312
- '--signInstallIdentity','Developer ID Installer: Andrew Arnott ',
301
+ '--signAppIdentity','Developer ID Application: Your Name ',
302
+ '--signInstallIdentity','Developer ID Installer: Your Name ',
313
303
'--notaryProfile','velopack-profile',
314
304
'--keychain','$(Agent.TempDirectory)/app-signing.keychain-db'
315
305
)
You can’t perform that action at this time.
0 commit comments