Map sentry org variable into correct format

pull/915/head
Qstick 5 years ago committed by GitHub
parent f2cc5adc0b
commit da99cf5a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save