Skip to content

Commit

Permalink
chore: Adjust cert install
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 13, 2024
1 parent d69b69f commit e764fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ stages:
inputs:
certSecureFile: UnoPlatform-Apple-Distribution.p12
certPwd: $(appleappstorecertificatepassword)
opensslPkcsArgs: -legacy
keychain: temp
# disabled because of azure devops failing to uninstall as of 2022-11-16
# deleteCert: true
Expand All @@ -154,6 +155,7 @@ stages:
inputs:
certSecureFile: UnoPlatform-MacInstaller.p12
certPwd: $(appleappstorecertificatepassword)
opensslPkcsArgs: -legacy
keychain: temp
# disabled because of azure devops failing to uninstall as of 2022-11-16
# deleteCert: true
Expand Down

0 comments on commit e764fa4

Please sign in to comment.