diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6c58390f..a386c9ca2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -362,6 +362,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