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