From 306035a056c3d3fcc6fc68749dd9648feca0be0d Mon Sep 17 00:00:00 2001 From: lucadruda Date: Tue, 13 Dec 2022 17:08:23 +0100 Subject: [PATCH] remove certificates for ios pr builds --- .azuredevops/pr.yml | 57 --------------------------------------------- 1 file changed, 57 deletions(-) diff --git a/.azuredevops/pr.yml b/.azuredevops/pr.yml index 9d86c41..89c1465 100644 --- a/.azuredevops/pr.yml +++ b/.azuredevops/pr.yml @@ -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: