Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a GitHub action for publishing source maps to Azure Artifacts symbol server #10

Open
zoherghadyali opened this issue Mar 8, 2022 · 1 comment
Labels
feature New feature or request tracked This issue is now tracked on our internal backlog

Comments

@zoherghadyali
Copy link
Contributor

zoherghadyali commented Mar 8, 2022

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:

  1. Using Azure DevOps Pipelines
  2. 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

@zoherghadyali zoherghadyali added the feature New feature or request label Mar 8, 2022
@captainbrosset
Copy link
Contributor

Seems very useful indeed. Also relevant: issue #5 which is about collecting feedback about the using the Azure Artifacts symbol server for retrieving source maps from devtools.

@zoherghadyali zoherghadyali added the tracked This issue is now tracked on our internal backlog label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request tracked This issue is now tracked on our internal backlog
Projects
None yet
Development

No branches or pull requests

2 participants