The Wayback Machine - https://web.archive.org/web/20200610040426/https://github.com/microsoft/msquic/issues/293
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

PowerShell Script to Open Dump from Azure Pipelines #293

Open
nibanks opened this issue Apr 2, 2020 · 4 comments
Open

PowerShell Script to Open Dump from Azure Pipelines #293

nibanks opened this issue Apr 2, 2020 · 4 comments

Comments

@nibanks
Copy link
Member

@nibanks nibanks commented Apr 2, 2020

It's a bit of a pain to manually find and download all of the necessary artifact files for a test crash. It should be doable to make a PowerShell script to use the Azure Pipeline REST API to do it automatically.

https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-5.1&viewFallbackFrom=azure-devops

@ThadHouse
Copy link
Member

@ThadHouse ThadHouse commented May 28, 2020

Doing some digging, I got a connection, however you can only grab full artifacts (the root). You can't just grab, or even list inner files. This can be implemented fairly easily, and then the parsing of folders and files could happen on the client side pretty easily as well.

@nibanks
Copy link
Member Author

@nibanks nibanks commented May 29, 2020

Cool. Does it pull down all the raw files or a zip of them?

@ThadHouse
Copy link
Member

@ThadHouse ThadHouse commented May 29, 2020

It's a zip of all of them.

@Jayadiman
Copy link

@Jayadiman Jayadiman commented May 30, 2020

Good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.