From 4f68929793a3dbfa50ba98860287233a256fa3c9 Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 22 Apr 2020 14:46:40 -0400 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 105917fd6..eb30bb239 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -254,6 +254,10 @@ stages: else sentry-cli releases deploys "${RELEASENAME}" new -e production fi + if [ $? -gt 0 ]; then + echo "##vso[task.logissue type=warning]Error uploading source maps." + fi + exit 0 displayName: Publish Sentry Source Maps condition: | or