test
This commit is contained in:
@@ -23,19 +23,19 @@ jobs:
|
|||||||
timeoutInMinutes: 300
|
timeoutInMinutes: 300
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: InstallAppleCertificate@2
|
# - task: InstallAppleCertificate@2
|
||||||
inputs:
|
# inputs:
|
||||||
certSecureFile: '$(ios_signing_certificate_name)'
|
# certSecureFile: '$(ios_signing_certificate_name)'
|
||||||
certPwd: '$(ios_signing_certificate_password)'
|
# certPwd: '$(ios_signing_certificate_password)'
|
||||||
keychain: 'temp'
|
# keychain: 'temp'
|
||||||
deleteCert: true
|
# deleteCert: true
|
||||||
displayName: 'Install ORT Mobile Test Signing Certificate'
|
# displayName: 'Install ORT Mobile Test Signing Certificate'
|
||||||
|
|
||||||
- task: InstallAppleProvisioningProfile@1
|
# - task: InstallAppleProvisioningProfile@1
|
||||||
inputs:
|
# inputs:
|
||||||
provProfileSecureFile: '$(ios_provision_profile_name)'
|
# provProfileSecureFile: '$(ios_provision_profile_name)'
|
||||||
removeProfile: true
|
# removeProfile: true
|
||||||
displayName: 'Install ORT Mobile Test Provisioning Profile'
|
# displayName: 'Install ORT Mobile Test Provisioning Profile'
|
||||||
|
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
xcodeVersion: ${{ variables.xcodeVersion }}
|
xcodeVersion: ${{ variables.xcodeVersion }}
|
||||||
|
|
||||||
- template: templates/install-appcenter.yml
|
# - template: templates/install-appcenter.yml
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
pip install -r tools/ci_build/github/requirements.txt
|
pip install -r tools/ci_build/github/requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user