mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Use output variable from InstallAppleProvisioningProfile task to set provisioning profile UUID. (#22018)
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.
This commit is contained in:
parent
28b550f091
commit
f3725b9f06
1 changed files with 1 additions and 2 deletions
|
|
@ -104,8 +104,7 @@ stages:
|
|||
xcodeDeveloperDir: '/Applications/Xcode_${{ variables.xcodeVersion }}.app/Contents/Developer'
|
||||
signingOption: 'manual'
|
||||
signingIdentity: '$(APPLE_CERTIFICATE_SIGNING_IDENTITY)'
|
||||
provisioningProfileName: 'temporary *' # temporary name, change it back to the original below later
|
||||
#provisioningProfileName: 'iOS Team Provisioning Profile'
|
||||
provisioningProfileUuid: '$(APPLE_PROV_PROFILE_UUID)'
|
||||
args: '-derivedDataPath $(Build.BinariesDirectory)/app_center_test/apple_package_test/DerivedData'
|
||||
workingDirectory: '$(Build.BinariesDirectory)/app_center_test/apple_package_test/'
|
||||
useXcpretty: false # xcpretty can hide useful error output so we will disable it
|
||||
|
|
|
|||
Loading…
Reference in a new issue