Skip to content

Commit

Permalink
mac notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
ludocosmo committed Jan 15, 2021
1 parent 78f341a commit c367fcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CI/full-build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ read_codesign_pass() {
xcrun altool --store-password-in-keychain-item "OBS-Codesign-Password" -u "${CODESIGN_IDENT_USER}" -p "${CODESIGN_IDENT_PASS}"
echo -n "${COLOR_RESET}"
CODESIGN_IDENT_SHORT=$(echo "${CODESIGN_IDENT}" | sed -En "s/.+\((.+)\)/\1/p")
else
xcrun altool --store-password-in-keychain-item "OBS-Codesign-Password" -u "${CODESIGN_IDENT_USER}" -p "${CODESIGN_IDENT_PASS}"
CODESIGN_IDENT_SHORT=$(echo "${CODESIGN_IDENT}" | sed -En "s/.+\((.+)\)/\1/p")
fi
}

Expand Down
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
pool:
vmImage: 'macOS-10.15'
steps:
- task: AzureKeyVault@1
inputs:
azureSubscription: azure-cosmo
keyVaultName: cosmo-secrets
- task: InstallAppleCertificate@2
inputs:
certSecureFile: Certificates.p12
Expand Down

0 comments on commit c367fcd

Please sign in to comment.