Update azure-pipelines.yml

This commit is contained in:
Qstick 2020-04-22 14:46:40 -04:00
parent 3dc14542dd
commit 4f68929793
1 changed files with 4 additions and 0 deletions

View File

@ -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