Map sentry org variable into correct format

This commit is contained in:
Qstick 2019-08-13 18:55:38 -04:00 committed by GitHub
parent f2cc5adc0b
commit da99cf5a1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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