From 8f72bd5e69bb8903f0deda838832003cdd93d0c0 Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 4 Sep 2019 00:28:53 -0400 Subject: [PATCH] Fixed: Sentry SourceMaps for Aphrodite --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bcbfef76b..4a38446f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -202,9 +202,9 @@ stages: sentry-cli releases new --finalize -p radarr -p radarr-ui -p radarr-update "${RELEASENAME}" sentry-cli releases -p radarr-ui files "${RELEASENAME}" upload-sourcemaps _output/UI/ --rewrite sentry-cli releases set-commits --auto "${RELEASENAME}" - sentry-cli releases deploys "${RELEASENAME}" new -e nightly + sentry-cli releases deploys "${RELEASENAME}" new -e aphrodite displayName: Publish Sentry Source Maps - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop')) + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/aphrodite')) env: SENTRY_AUTH_TOKEN: $(sentryAuthToken) SENTRY_ORG: $(sentryOrg) @@ -473,4 +473,4 @@ stages: # inputs: # codeCoverageTool: 'cobertura' # summaryFileLocation: './_tests/CoverageResults/coverage.cobertura.xml' - # # - task: SonarCloudAnalyze@1 \ No newline at end of file + # # - task: SonarCloudAnalyze@1