mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-19 11:11:41 +02:00
Update azure-pipelines.yml
This commit is contained in:
parent
3dc14542dd
commit
4f68929793
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue