Open
Description
From Step 3: Publish source maps to the Azure Artifacts symbol server, developers currently have 2 ways to publish source maps to Azure Artifacts symbol server:
- Using Azure DevOps Pipelines
- Using
symbol.exe
We should add a third way that makes use of GitHub actions. There is an Azure NPM Publish action for precedent as well that publishes NPM packages into Azure Artifacts. We would be doing something similar with sourcemaps that we'd then publish to Azure Artifacts symbol server.
AB#38455080