Skip to content

Commit

Permalink
Merge pull request #4076 from microsoft/chore/update-apple-developer-…
Browse files Browse the repository at this point in the history
…certificate

Update Apple developer certificate ID
  • Loading branch information
baywet authored Jan 30, 2024
2 parents a7c21a4 + c56960f commit b1d78e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ stages:
echo "$(graph-cli-apple-developer-certificate)" | base64 -D > $(agent.tempdirectory)/cert.p12
security import $(agent.tempdirectory)/cert.p12 -k $(agent.tempdirectory)/buildagent.keychain -P "$(graph-cli-apple-developer-certificate-password)" -T /usr/bin/codesign
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k pwd $(agent.tempdirectory)/buildagent.keychain
codesign -s 26745KVN9Q --deep --force --options runtime --entitlements scripts/entitlements.plist $(Build.ArtifactStagingDirectory)/binaries/$(architecture)/kiota
codesign -s 6V7V694XP3 --deep --force --options runtime --entitlements scripts/entitlements.plist $(Build.ArtifactStagingDirectory)/binaries/$(architecture)/kiota
displayName: Set Hardened Entitlements
condition: and(succeeded(), startsWith(variables['architecture'], 'osx'))
Expand Down

0 comments on commit b1d78e0

Please sign in to comment.