6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 7e69ca17
Changed files
azure/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/azure/azure-pipelines.yml b/azure/azure-pipelines.yml
index fa30aca7..350c64b7 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -6,7 +6,7 @@ stages:
- template: /azure/templates/build-android.yml
parameters:
- stageName: $(stageName)
- environment: $(environment)
+ stageName: ${{ variables.stageName }}
+ environment: ${{ variables.environment }}