From b0afbce97c8ee463392bebcabbfe823440b28a95 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 22 Feb 2020 20:03:43 -0500 Subject: [PATCH] =?UTF-8?q?Fixed:=20Don=E2=80=99t=20fail=20build=20on=20Se?= =?UTF-8?q?ntry=20fail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b985d02d0..e1684729e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -270,6 +270,7 @@ stages: sentry-cli releases set-commits --auto "${RELEASENAME}" sentry-cli releases deploys "${RELEASENAME}" new -e aphrodite displayName: Publish Sentry Source Maps + continueOnError: true condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/aphrodite')) env: SENTRY_AUTH_TOKEN: $(sentryAuthTokenSelfHosted)