Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPowerShell Script to Open Dump from Azure Pipelines #293
Comments
|
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. |
|
Cool. Does it pull down all the raw files or a zip of them? |
|
It's a zip of all of them. |
|
Good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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