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:
Edward Chen 2023-09-12 10:56:35 -07:00 committed by GitHub
parent aa5e36456a
commit cf672c5887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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