|
|
@ -254,6 +254,10 @@ stages:
|
|
|
|
else
|
|
|
|
else
|
|
|
|
sentry-cli releases deploys "${RELEASENAME}" new -e production
|
|
|
|
sentry-cli releases deploys "${RELEASENAME}" new -e production
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ $? -gt 0 ]; then
|
|
|
|
|
|
|
|
echo "##vso[task.logissue type=warning]Error uploading source maps."
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
exit 0
|
|
|
|
displayName: Publish Sentry Source Maps
|
|
|
|
displayName: Publish Sentry Source Maps
|
|
|
|
condition: |
|
|
|
|
condition: |
|
|
|
|
or
|
|
|
|
or
|
|
|
|