Skip to content

Commit

Permalink
fiX: Remove Appcenter in .azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfabre committed Nov 18, 2024
1 parent 60256b0 commit 7c046b6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,17 @@ stages:
iosCertificateFile: $(AppStoreCertificate)
iosVariableGroup: 'ApplicationTemplate.Distribution.AppStore'

- stage: AppCenter_Production
- stage: TestFairy_Production
condition: and(succeeded(), eq(variables['IsLightBuild'], 'false'))
dependsOn: Build_Production
jobs:
- template: build/stage-release-appcenter.yml
- template: build/stage-release-testfairy.yml
parameters:
applicationEnvironment: Production
deploymentEnvironment: 'AppCenter Prod'
appCenterWindowsSlug: $(AppCenterWindowsSlug_Production)
appCenteriOSSlug: $(AppCenteriOSSlug_Production)
appCenterAndroidSlug: $(AppCenterAndroidSlug_Production)
deploymentEnvironment: 'TestFairy Prod'
androidKeyStoreFile: $(GooglePlayKeystore)
androidVariableGroup: 'ApplicationTemplate.Distribution.GooglePlay'
appCenterServiceConnectionName: $(AppCenterServiceConnection)
appCenterDistributionGroup: $(AppCenterDistributionGroup)
iosVariableGroup: 'ApplicationTemplate.Distribution.AppStore'

- stage: AppStore
condition: and(succeeded(), eq(variables['IsLightBuild'], 'false'))
Expand Down

0 comments on commit 7c046b6

Please sign in to comment.