From da99cf5a1c2d3485b4a0e7bb95335dd0fe27a510 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 13 Aug 2019 18:55:38 -0400 Subject: [PATCH] Map sentry org variable into correct format --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 75fdcbeb5..bca2eda7f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -219,6 +219,7 @@ stages: condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop')) env: SENTRY_AUTH_TOKEN: $(sentryAuthToken) + SENTRY_ORG: $(sentryOrg) - stage: Unit_Test displayName: Unit Tests