Added tasks to install Apple certificates

This commit is contained in:
Israel Soto 2019-08-26 15:53:54 -05:00
Родитель 3d54db72c1
Коммит 86425a349c
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -83,6 +83,16 @@ jobs:
displayName: 'Use the correct version of the .NET Core SDK'
inputs:
version: $(DOTNET_CORE_VERSION)
- task: InstallAppleCertificate@2
inputs:
certSecureFile: 'Components iOS Certificate.p12'
keychain: 'temp'
displayName: 'Install an Apple certificate'
- task: InstallAppleProvisioningProfile@1
inputs:
provisioningProfileLocation: 'secureFiles'
provProfileSecureFile: 'Components iOS Provisioning.mobileprovision'
displayName: 'Install an Apple provisioning profile'
- powershell: |
dotnet tool install -g api-tools --version $(API_TOOLS_VERSION)
dotnet tool install -g cake.tool --version $(CAKE_VERSION)