From 71a91857e4dcd1b506479670038191872dcd7b91 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 0c8192c8f..99826f820 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