An node.js + appcenter cli image built to run in Azure Pipelines
We need to run some appcenter commands to upload symbols zip to app center and it's easier to do with the CLI.
# azure-pipelines.yml in your db migrations repo
trigger: none
container: ghcr.io/arkadiuminc/node-appcenter:main
steps:
- script: appcenter crashes upload-symbols --app elza.ts/Mahjong-Dimensions-Next-1 --breakpad '/path/to/symbols.zip'