mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Update azure-pipelines.yml
This commit is contained in:
parent
0f46137389
commit
71a91857e4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue