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 2dc691c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ 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
parameters:
applicationEnvironment: Production
deploymentEnvironment: 'AppCenter Prod'
deploymentEnvironment: 'TestFairy Prod'
appCenterWindowsSlug: $(AppCenterWindowsSlug_Production)
appCenteriOSSlug: $(AppCenteriOSSlug_Production)
appCenterAndroidSlug: $(AppCenterAndroidSlug_Production)
Expand Down

0 comments on commit 2dc691c

Please sign in to comment.