remove certificates for ios pr builds
This commit is contained in:
Родитель
570ce9db0e
Коммит
306035a056
|
@ -3,8 +3,6 @@ pool:
|
|||
vmImage: 'macOS-12'
|
||||
|
||||
variables:
|
||||
- name: isMaster
|
||||
value: $[eq(variables['Build.SourceBranch'], 'refs/heads/master')]
|
||||
- group: iotc-paad-android
|
||||
- name: PAAD_BETARELEASE_PROJECT_NAME
|
||||
value: $(Project_Name)
|
||||
|
@ -92,61 +90,6 @@ stages:
|
|||
- template: ./node-build.yml
|
||||
- bash: npm run podinstall
|
||||
|
||||
- task: InstallAppleCertificate@2
|
||||
inputs:
|
||||
certSecureFile: '$(iOS_Dogfood_Development_Cert_Name)'
|
||||
certPwd: '$(iOS_Dogfood_Development_Cert_Password)'
|
||||
keychain: 'temp'
|
||||
|
||||
- task: InstallAppleProvisioningProfile@1
|
||||
inputs:
|
||||
provisioningProfileLocation: 'secureFiles'
|
||||
provProfileSecureFile: '$(iOS_Dogfood_Development_Profile)'
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
displayName: 'Download distribution profile from Azure secure files storage'
|
||||
inputs:
|
||||
secureFile: '$(iOS_Dogfood_Distribution_Profile)'
|
||||
retryCount: 5
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
displayName: 'Download dev exportoptions'
|
||||
inputs:
|
||||
secureFile: '$(iOS_Dogfood_Development_ExportOptions)'
|
||||
retryCount: 5
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
displayName: 'Download distribution exportoptions'
|
||||
inputs:
|
||||
secureFile: '$(iOS_Dogfood_ExportOptions)'
|
||||
retryCount: 5
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: 'Copy distribution provisioning profile'
|
||||
inputs:
|
||||
SourceFolder: '$(Agent.TempDirectory)'
|
||||
Contents: '$(iOS_Dogfood_Distribution_Profile)'
|
||||
TargetFolder: '$(exportPath)'
|
||||
flattenFolders: true
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: 'Copy dev exportoptions'
|
||||
inputs:
|
||||
SourceFolder: '$(Agent.TempDirectory)'
|
||||
Contents: '$(iOS_Dogfood_Development_ExportOptions)'
|
||||
TargetFolder: '$(exportPath)'
|
||||
flattenFolders: true
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: 'Copy distribution exportoptions'
|
||||
inputs:
|
||||
SourceFolder: '$(Agent.TempDirectory)'
|
||||
Contents: '$(iOS_Dogfood_ExportOptions)'
|
||||
TargetFolder: '$(exportPath)'
|
||||
flattenFolders: true
|
||||
|
||||
- bash: mv $(exportPath)/$(iOS_Dogfood_ExportOptions) $(exportPath)/ExportOptions.plist
|
||||
|
||||
- task: Xcode@5
|
||||
displayName: 'Build Mobile Application'
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче