Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use output variable from InstallAppleProvisioningProfile task to set provisioning profile UUID. #22018

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

edgchen1
Copy link
Contributor

@edgchen1 edgchen1 commented Sep 6, 2024

Description

Use output variable from InstallAppleProvisioningProfile task to set provisioning profile UUID. This is more flexible than hardcoding the provisioning profile name or UUID. The name shouldn't usually change but it is not guaranteed to remain constant.

Following the example here:
https://learn.microsoft.com/en-us/azure/devops/pipelines/apps/mobile/app-signing?view=azure-devops&tabs=yaml#reference-the-secure-files-in-the-xcode-or-xamarinios-build-task

Motivation and Context

Fix pipeline for new provisioning profile and make it easier to maintain.

@edgchen1 edgchen1 marked this pull request as ready for review September 6, 2024 22:22
@edgchen1 edgchen1 requested a review from a team as a code owner September 6, 2024 22:22
@edgchen1 edgchen1 merged commit f3725b9 into main Sep 7, 2024
98 of 100 checks passed
@edgchen1 edgchen1 deleted the edgchen1/use_provisioning_profile_uuid branch September 7, 2024 01:00
r-devulap pushed a commit to r-devulap/onnxruntime that referenced this pull request Sep 9, 2024
…icrosoft#21333)

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants