6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 5aba2532
Changed files
azure/templates/env-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/azure/templates/env-vars.yml b/azure/templates/env-vars.yml
index 54490f71..ccec7b01 100644
--- a/azure/templates/env-vars.yml
+++ b/azure/templates/env-vars.yml
@@ -39,7 +39,7 @@ variables:
${{ if eq(parameters.env, 'staging') }}:
value: 'Distribution_Stage.mobileprovision'
${{ if eq(parameters.env, 'develop') }}:
- value: 'Distribution_Devmobileprovision'
+ value: 'Distribution_Dev.mobileprovision'
- name: iosScheme
${{ if eq(parameters.env, 'production') }}:
value: 'Prod'