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