mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Use name of temporary provisioning profile. (#17459)
The old provisioning profile no longer works. Switched to a temporary one that we can use before a new one is available. The temporary one has a different name.
This commit is contained in:
parent
aa5e36456a
commit
cf672c5887
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ stages:
|
|||
xcodeDeveloperDir: '/Applications/Xcode_${{ variables.xcodeVersion }}.app/Contents/Developer'
|
||||
signingOption: 'manual'
|
||||
signingIdentity: '$(APPLE_CERTIFICATE_SIGNING_IDENTITY)'
|
||||
provisioningProfileName: 'iOS Team Provisioning Profile'
|
||||
provisioningProfileName: 'temporary *' # temporary name, change it back to the original below later
|
||||
#provisioningProfileName: 'iOS Team Provisioning Profile'
|
||||
args: '-derivedDataPath $(Build.BinariesDirectory)/app_center_test/ios_package_test/DerivedData'
|
||||
workingDirectory: '$(Build.BinariesDirectory)/app_center_test/ios_package_test/'
|
||||
useXcpretty: false # xcpretty can hide useful error output so we will disable it
|
||||
|
|
|
|||
Loading…
Reference in a new issue